diff options
| author | Fuwn <[email protected]> | 2025-06-12 22:45:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-12 22:45:00 -0700 |
| commit | 85b2f3fe08d808937795157b45b866f053f0220b (patch) | |
| tree | 69c6b5b78fc9eac2a9159b6208d02b970b38901a /svelte.config.js | |
| parent | refactor(Settings): Update localStorage references (diff) | |
| download | due.moe-cloudflare-pages.tar.xz due.moe-cloudflare-pages.zip | |
ci: Switch to Cloudflare SvelteKit adaptercloudflare-pages
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svelte.config.js b/svelte.config.js index 496b42d8..1fd3a628 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,9 +1,9 @@ -import adapter from '@sveltejs/adapter-vercel'; +import adapter from '@sveltejs/adapter-cloudflare'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import autoprefixer from 'autoprefixer'; import sveltePreprocess from 'svelte-preprocess'; -// /** @type {import('@sveltejs/adapter-vercel').Config} */ +// /** @type {import('@sveltejs/adapter-cloudflare').Config} */ /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [ |