feat: itxura hobetzen du

This commit is contained in:
2026-08-15 12:41:30 +02:00
parent df8966ba43
commit dc30f1ce9e
19 changed files with 937 additions and 243 deletions

View File

@@ -1,10 +1,10 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
import react from '@astrojs/react';
import react from "@astrojs/react";
// https://astro.build/config
export default defineConfig({
integrations: [react()],
output: 'server'
});
output: "server",
});