Skip to content

Commit 89c9461

Browse files
committed
Add publicPath for vue.config.js
1 parent 83f4cef commit 89c9461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: vue.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ module.exports = {
2626
plainSprite: true
2727
})
2828
]
29-
}
29+
},
30+
publicPath: ''
3031
}

0 commit comments

Comments
 (0)