We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffd48a commit 6056f55Copy full SHA for 6056f55
vue.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ publicPath: process.env.NODE_ENV === "production" ? `/Home/` : "/",
3
+};
0 commit comments