Skip to content

Commit 6056f55

Browse files
committed
Added for github pages
1 parent dffd48a commit 6056f55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vue.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
publicPath: process.env.NODE_ENV === "production" ? `/Home/` : "/",
3+
};

0 commit comments

Comments
 (0)