Initial commit

This commit is contained in:
2025-07-13 10:33:14 +01:00
parent f1fcaa6d05
commit 2b1e945715
28 changed files with 6222 additions and 276 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/**/*.{astro,html,js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}