We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f51b4 commit bde0f47Copy full SHA for bde0f47
vue.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
devServer: {
5
port: 1903
6
},
7
- publicPath: IS_PROD ? '/vue-datepicker-ui/' : '/',
+ publicPath: IS_PROD ? '/vue-datepicker-ui' : '/',
8
productionSourceMap: false,
9
filenameHashing: false,
10
pages: {
0 commit comments