Skip to content

Commit

Permalink
Add adapter to config
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany authored Jan 31, 2024
1 parent 3b781e2 commit 5e156f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import preprocess from "svelte-preprocess";
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import adapter from "@sveltejs/adapter-vercel";
import adapter from "@sveltejs/adapter-cloudflare";
import { vitePreprocess } from "@sveltejs/kit/vite";

/** @type {import('@sveltejs/kit').Config} */
Expand Down

0 comments on commit 5e156f8

Please sign in to comment.