Skip to content

Commit a99a45d

Browse files
committed
Fixed public path
1 parent 0d06013 commit a99a45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
devServer: {
55
port: 1903
66
},
7-
publicPath: IS_PROD ? '/vue-datepicker-ui' : '/',
7+
publicPath: IS_PROD ? '/vue-datepicker-ui/' : '/',
88
pages: {
99
index: {
1010
// entry for the page

0 commit comments

Comments
 (0)