diff options
| author | Fuwn <[email protected]> | 2022-03-08 17:39:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 17:39:00 -0800 |
| commit | 9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1 (patch) | |
| tree | 21f538df2c9804eadba23ff8db9c8749df741a6c /svelte.config.js | |
| parent | fix(config): prerender (diff) | |
| download | frontend-next-9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1.tar.xz frontend-next-9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1.zip | |
fix: cloudflare pages
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index b4c0f65..0b32148 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from "@sveltejs/adapter-static"; +import adapter from "@sveltejs/adapter-cloudflare"; import preprocess from "svelte-preprocess"; /** @type {import('@sveltejs/kit').Config} */ |