Skip to content

Commit a63856c

Browse files
committed
🐛 fix vercel adapter configuration
1 parent 8ffb1d0 commit a63856c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

svelte.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
44
/** @type {import('@sveltejs/kit').Config} */
55
const config = {
66
preprocess: vitePreprocess(),
7-
kit: {
8-
adapter: adapter({ images: { unoptimized: true } }),
9-
},
7+
kit: { adapter: adapter() },
108
}
119

1210
export default config

0 commit comments

Comments
 (0)