refactor: remove vercel deps
This commit is contained in:
parent
8ea7d80f77
commit
1fa6d31102
6 changed files with 23 additions and 317 deletions
|
@ -1,4 +1,4 @@
|
|||
import adapter from "@sveltejs/adapter-vercel"
|
||||
import adapter from "@sveltejs/adapter-static"
|
||||
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
|
@ -9,7 +9,7 @@ const config = {
|
|||
paths: {
|
||||
relative: false,
|
||||
},
|
||||
adapter: adapter({ runtime: "edge" }),
|
||||
adapter: adapter(),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue