feat: initial website implementation with all pages and components

This commit is contained in:
Matthias
2026-05-27 20:55:12 +02:00
parent 3d36fc376a
commit 1911879891
28 changed files with 3901 additions and 150 deletions

View File

@@ -6,6 +6,7 @@ import react from "@astrojs/react"
// https://astro.build/config
export default defineConfig({
output: "static",
vite: {
plugins: [tailwindcss()],
},