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 b51ab2c commit 775a403Copy full SHA for 775a403
vue.config.js
@@ -0,0 +1,5 @@
1
+let publicPath = process.env.NODE_ENV === 'production' ? 'sing-app-vue-dashboard/' : '/';
2
+
3
+module.exports = {
4
+ publicPath,
5
+};
0 commit comments