This commit is contained in:
elh 2024-06-16 21:39:03 -04:00
parent 252cc7b44e
commit 60885467e5
4 changed files with 227 additions and 5 deletions

View file

@ -1,4 +1,8 @@
import { defineConfig } from 'astro/config';
import svelte from "@astrojs/svelte";
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [svelte()]
});