Initial commit from Astro

This commit is contained in:
houston[bot]
2024-09-27 17:16:25 +02:00
committed by h4ckx0r
commit 4668e03fb4
13 changed files with 5886 additions and 0 deletions

8
astro.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config';
import svelte from '@astrojs/svelte';
// https://astro.build/config
export default defineConfig({
// Enable Svelte to support Svelte components.
integrations: [svelte()],
});