diff --git a/vue.config.js b/vue.config.js index be0f26a..90c53a0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, - publicPath: '/mc-text-formatter/' + publicPath: '/' })