|
@@ -24,7 +24,7 @@ module.exports = {
|
|
* In most cases please use '/' !!!
|
|
* In most cases please use '/' !!!
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
*/
|
|
*/
|
|
- publicPath: '/',
|
|
|
|
|
|
+ publicPath: './',
|
|
outputDir: 'dist',
|
|
outputDir: 'dist',
|
|
assetsDir: 'static',
|
|
assetsDir: 'static',
|
|
lintOnSave: process.env.NODE_ENV === 'development',
|
|
lintOnSave: process.env.NODE_ENV === 'development',
|