Fehlerseiten hinzugefügt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s

This commit is contained in:
2026-04-01 10:06:59 +02:00
parent 402ab0fbbb
commit fda6206766
10 changed files with 718 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
// @ts-check
import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import icon from 'astro-icon';
// https://astro.build/config
export default defineConfig({
site: process.env.ASTRO_SITE_URL || 'http://localhost:4321',
base: process.env.ASTRO_BASE_PATH || '/',
integrations: [icon()],
vite: {
plugins: [tailwindcss()]
}