Skip to content

Commit 0536a34

Browse files
committed
Fixed assetsDir path
1 parent a99a45d commit 0536a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
port: 1903
66
},
77
publicPath: IS_PROD ? '/vue-datepicker-ui/' : '/',
8+
assetsDir: IS_PROD ? './vue-datepicker-ui/' : '',
89
pages: {
910
index: {
1011
// entry for the page

0 commit comments

Comments
 (0)