We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ba042 commit 55066e4Copy full SHA for 55066e4
vue.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
3
pages: {
4
index: {
5
entry: './example/main.js',
0 commit comments