website-rewrite

This commit is contained in:
Henry Hiles 2025-01-21 19:25:58 +00:00
parent 948b328e15
commit ffe3b95319
13 changed files with 339 additions and 275 deletions

View file

@ -1,14 +1,15 @@
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.8"
}
}
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.8",
"mdui": "^2.1.3"
}
}