diff --git a/index.html b/index.html index 2691e4fa..75c59904 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -思绪_一个极简的在线思维导图
\ No newline at end of file +思绪_一个极简的在线思维导图
\ No newline at end of file diff --git a/web/vue.config.js b/web/vue.config.js index fb8429ac..0daee3c7 100644 --- a/web/vue.config.js +++ b/web/vue.config.js @@ -1,7 +1,7 @@ const path = require('path'); module.exports = { - publicPath: 'mind-map/dist', + publicPath: './dist', outputDir: '../dist', lintOnSave: false, productionSourceMap: false,