build: swaps adapter

This commit is contained in:
lew 2026-03-24 03:46:13 +00:00
parent 79fe404de5
commit 70554b27f6
3 changed files with 929 additions and 19 deletions

View file

@ -1,11 +1,9 @@
import adapter from '@sveltejs/adapter-static';
import adapter from '@sveltejs/adapter-vercel';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
fallback: 'index.html'
})
adapter: adapter()
}
};