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
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: '/teammood',
/**

View File

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