Committing in case I fuck up smthing

This commit is contained in:
2024-11-10 14:24:12 +02:00
parent cc21abd0ae
commit cb22942618
11 changed files with 1730 additions and 35 deletions

View File

@@ -10,6 +10,13 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.16.10"
"@astrojs/mdx": "^3.1.9",
"@astrojs/starlight": "^0.29.0",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.10",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}