Skip to content

Commit bde0f47

Browse files
committed
Fixed public path
1 parent 06f51b4 commit bde0f47

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
productionSourceMap: false,
99
filenameHashing: false,
1010
pages: {

0 commit comments

Comments
 (0)