Skip to content

Commit 55066e4

Browse files
committed
chore: Update public path
1 parent 29ba042 commit 55066e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
23
pages: {
34
index: {
45
entry: './example/main.js',

0 commit comments

Comments
 (0)