Skip to content

Commit

Permalink
fix: base
Browse files Browse the repository at this point in the history
  • Loading branch information
khui0 committed Aug 22, 2024
1 parent 28ad1d3 commit 6e5f26f
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 @@ -14,6 +14,6 @@ export default {
}),
},
paths: {
base: process.argv.includes("dev") ? "" : "/flaggle",
base: process.argv.includes("dev") ? "" : "",
},
};

0 comments on commit 6e5f26f

Please sign in to comment.