build(*): Add Netlify support

This commit is contained in:
Josh Creek
2025-04-16 20:57:00 +01:00
parent e12ab8e521
commit ae16345ea2
5 changed files with 494 additions and 100 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-netlify';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */