correct css issue when build

This commit is contained in:
vincent 2020-03-30 21:49:57 +02:00
parent f6dc1508dd
commit db0d3b482e
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ module.exports = {
// Paths // Paths
assetsRoot: path.resolve(__dirname, '../dist'), assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: '/teammood',
/** /**

View File

@ -5,7 +5,7 @@ import App from './App';
import router from './router'; import router from './router';
import store from './store'; import store from './store';
import Buefy from 'buefy' import Buefy from 'buefy'
import 'buefy/dist/buefy.css'
Vue.use(Buefy) Vue.use(Buefy)
Vue.config.productionTip = false; Vue.config.productionTip = false;
/* eslint-disable no-new */ /* eslint-disable no-new */