Skip to content

Commit 4a7bd50

Browse files
committed
chore(vue.config): add publicPath
1 parent 2183037 commit 4a7bd50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
lintOnSave: false,
3-
runtimeCompiler: true
3+
runtimeCompiler: true,
4+
publicPath: '/'
45
}

0 commit comments

Comments
 (0)