Skip to content

Commit

Permalink
change adapter to use Vercel's one
Browse files Browse the repository at this point in the history
  • Loading branch information
fivaz committed Jan 10, 2024
1 parent b16a180 commit d3a129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-vercel';
// import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';

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

0 comments on commit d3a129e

Please sign in to comment.