aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-08 17:39:00 -0800
committerFuwn <[email protected]>2022-03-08 17:39:00 -0800
commit9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1 (patch)
tree21f538df2c9804eadba23ff8db9c8749df741a6c /svelte.config.js
parentfix(config): prerender (diff)
downloadfrontend-next-9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1.tar.xz
frontend-next-9f1469aa9345ff1e82ae1765d0b7aef6f3fd3ff1.zip
fix: cloudflare pages
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
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} */