From: Fuwn Date: Tue, 8 Mar 2022 14:28:10 +0000 (-0800) Subject: fix(config): prerender all X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f52bfe4070e3e3262e7c9545a0e4b9ed29cff839;p=frontend-next.git fix(config): prerender all --- diff --git a/svelte.config.js b/svelte.config.js index c4b03fa..770f591 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -10,10 +10,7 @@ const config = { kit: { adapter: adapter(), - // Override http methods in the Todo forms - methodOverride: { - allowed: ["PATCH", "DELETE"], - }, + prerender: true, }, };