Skip to content

Commit

Permalink
fix: remove prerender default
Browse files Browse the repository at this point in the history
As seen here sveltejs/kit#6197
the prerender option has been removed and compilation
on never sveltekit versions would fail.

Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
  • Loading branch information
MDr164 committed Sep 11, 2022
1 parent 013979b commit 6fca08d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ const config = {
kit: {
adapter: adapter({
precompress: true
}),

prerender: {
default: true
}
})
}
};

Expand Down

0 comments on commit 6fca08d

Please sign in to comment.