We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fd9fe commit 211531aCopy full SHA for 211531a
vue.config.js
@@ -1,4 +1,6 @@
1
const { defineConfig } = require('@vue/cli-service')
2
module.exports = defineConfig({
3
+ publicPath:
4
+ process.env.NODE_ENV === 'production' ? '/demos/vue/4.2/free/' : '/',
5
transpileDependencies: true,
6
})
0 commit comments