diff options
| author | Fuwn <[email protected]> | 2022-03-08 06:28:10 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 06:28:10 -0800 |
| commit | 7e8b188912134004a7f26232fe5bbeb3f6b0c2ae (patch) | |
| tree | 666834afe8ce01e3b8cd3abf3424ec6765a5d3f6 /svelte.config.js | |
| parent | refactor: build for static (diff) | |
| download | frontend-next-7e8b188912134004a7f26232fe5bbeb3f6b0c2ae.tar.xz frontend-next-7e8b188912134004a7f26232fe5bbeb3f6b0c2ae.zip | |
fix(config): prerender all
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 5 |
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, }, }; |