Skip to content

Commit

Permalink
add fallback when sub path is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Sep 27, 2024
1 parent 0bf55e0 commit 96094c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default ({ mode }) => {
port: 8081,
},

base: "" || process.env.VITE_SUB_PATH
base: "/" || process.env.VITE_SUB_PATH

});
}

0 comments on commit 96094c8

Please sign in to comment.