From 5c027422771954b2106b176736cfa49e66f97b05 Mon Sep 17 00:00:00 2001 From: Alexander Rind <1217527+alex-rind@users.noreply.github.com> Date: Thu, 25 May 2023 15:57:11 +0200 Subject: [PATCH] vue setting for relative path --- vue.config.js | 1 + 1 file changed, 1 insertion(+) 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, });