Skip to content

Commit 1ea8e17

Browse files
committed
Update vue.config.js
1 parent 7a9b9dd commit 1ea8e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function resolve(dir) {
66
}
77

88
module.exports = defineConfig({
9+
publicPath: process.env.NODE_ENV === "production" ? "././" : "/",
910
pages: {
1011
index: {
1112
entry: "playground/main.js",

0 commit comments

Comments
 (0)