Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
connorrothschild committed Jan 2, 2024
1 parent 2279cd4 commit 4a887b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const config = {
preprocess: [vitePreprocess(), mdsvex(mdsvexConfig)],
kit: {
adapter: adapter({
pages: "build/",
// pages: "build/",
fallback: true,
}),
paths: {
base: process.env.NODE_ENV === "production" ? "/v4" : "",
Expand Down

0 comments on commit 4a887b3

Please sign in to comment.