Skip to content

Commit

Permalink
Revert "Update config for GH pages"
Browse files Browse the repository at this point in the history
This reverts commit 30f9bbc.
  • Loading branch information
Zhincore committed Sep 20, 2024
1 parent 30f9bbc commit 139253d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ const config = {
preprocess: vitePreprocess(),

kit: {
adapter: adapter({
fallback: "404.html",
}),
adapter: adapter(),
prerender: {
origin: process.env.ORIGIN,
},
paths: {
base: process.argv.includes("dev") ? "" : process.env.BASE_PATH,
},
alias: {
$lib: "./src/lib",
$assets: "./src/assets",
Expand Down

0 comments on commit 139253d

Please sign in to comment.