🐛 cleanup repo

This commit is contained in:
klarabracke
2025-07-29 12:42:43 +02:00
parent e555e280fe
commit 3a0554de87
24 changed files with 0 additions and 54 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
export default defineConfig({
integrations: [tailwind()]
});