diff --git a/vue.config.js b/vue.config.js index e80d5f3..75bc066 100644 --- a/vue.config.js +++ b/vue.config.js @@ -18,5 +18,6 @@ module.exports = defineConfig({ title: "easyNWK", }, }, + publicPath: "./", transpileDependencies: true, });