initial commit

This commit is contained in:
2024-12-06 22:51:10 +00:00
parent 985ede6738
commit 9d5f882892
22 changed files with 64 additions and 326 deletions

View File

@@ -12,6 +12,11 @@
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.3"
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.3",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}