index page

This commit is contained in:
2026-03-02 23:56:33 +01:00
parent 31135e0762
commit f02d9e085e
4 changed files with 99 additions and 42 deletions
+3
View File
@@ -3,6 +3,9 @@ import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
export default defineConfig({
devToolbar: {
enabled: false
},
integrations: [tailwind()],
server: {
host: true,