fix vuejs config

This commit is contained in:
2023-03-28 22:13:44 +02:00
parent b72bf04d49
commit cdef2b7ed7
+2 -1
View File
@@ -1,4 +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/' : '/'
}) })