add svelte

This commit is contained in:
2026-03-11 14:32:57 +01:00
parent 079f63bd79
commit 613d0823bd
4 changed files with 261 additions and 4 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
// @ts-check
import { defineConfig } from 'astro/config';
import svelte from '@astrojs/svelte';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [svelte()]
});