fix vuejs config
This commit is contained in:
+2
-1
@@ -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/' : '/'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user