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 a99a45d commit 0536a34Copy full SHA for 0536a34
vue.config.js
@@ -5,6 +5,7 @@ module.exports = {
5
port: 1903
6
},
7
publicPath: IS_PROD ? '/vue-datepicker-ui/' : '/',
8
+ assetsDir: IS_PROD ? './vue-datepicker-ui/' : '',
9
pages: {
10
index: {
11
// entry for the page
0 commit comments