Skip to content

Commit

Permalink
update base path
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnnvx committed Dec 12, 2024
1 parent 0c1226b commit d0a14e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
strict: true,
}),
paths: {
base: process.argv.includes("dev") ? "" : process.env.BASE_PATH,
base: process.argv.includes("dev") ? "" : "/",
},
version: {
// pollInterval: 100000,
Expand Down

0 comments on commit d0a14e7

Please sign in to comment.