change repository name

This commit is contained in:
2023-03-30 14:21:50 +02:00
parent 3670900efd
commit 6d53fa4ea8
+1 -1
View File
@@ -1,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service') const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({ module.exports = defineConfig({
transpileDependencies: true, transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/Tone_WebClient/' : '/' publicPath: process.env.NODE_ENV === 'production' ? '/ToneAPI_webclient/' : '/'
}) })