Skip to content

Commit

Permalink
Switch from Vercel to Cloudflare Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Dec 13, 2023
1 parent e65d5e2 commit 6e89740
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 251 deletions.
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.4",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/package": "^2.2.2",
"@tailwindcss/typography": "^0.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-ux/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import vercelAdapter from '@sveltejs/adapter-vercel';
import cloudflareAdapter from '@sveltejs/adapter-cloudflare';
import sveltePreprocess from 'svelte-preprocess';
import { mdsvex } from 'mdsvex';

Expand All @@ -18,7 +18,7 @@ const config = {
},

kit: {
adapter: vercelAdapter(),
adapter: cloudflareAdapter(),
alias: {
$docs: 'src/docs',
},
Expand Down
Loading

0 comments on commit 6e89740

Please sign in to comment.