diff --git a/.gitignore b/.gitignore index 8467864..0bec62a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ .DS_Store .vscode -/docs node_modules - -*-debug.log* +/dist diff --git a/vue.config.js b/vue.config.js index 9cbcbe5..c500360 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ module.exports = { productionSourceMap: false, assetsDir: 'static', publicPath: './', - outputDir: 'docs', + outputDir: 'dist', pages: { mainPage: {