From 6d53fa4ea83a2ce2d278fa76aa59a14d54334ac8 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 30 Mar 2023 14:21:50 +0200 Subject: [PATCH] change repository name --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index bef4973..d81e9d4 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: process.env.NODE_ENV === 'production' ? '/Tone_WebClient/' : '/' + publicPath: process.env.NODE_ENV === 'production' ? '/ToneAPI_webclient/' : '/' })