This commit is contained in:
cemGr
2026-05-18 22:26:32 +02:00
parent 0e457f3c40
commit ac2c2be559
22 changed files with 5727 additions and 0 deletions

7
astro.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
export default defineConfig({
integrations: [tailwind()],
outDir: './dist',
});