aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-08 06:28:10 -0800
committerFuwn <[email protected]>2022-03-08 06:28:10 -0800
commit7e8b188912134004a7f26232fe5bbeb3f6b0c2ae (patch)
tree666834afe8ce01e3b8cd3abf3424ec6765a5d3f6 /svelte.config.js
parentrefactor: build for static (diff)
downloadfrontend-next-7e8b188912134004a7f26232fe5bbeb3f6b0c2ae.tar.xz
frontend-next-7e8b188912134004a7f26232fe5bbeb3f6b0c2ae.zip
fix(config): prerender all
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js5
1 files changed, 1 insertions, 4 deletions
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,
},
};