feat: layout

This commit is contained in:
2025-11-17 22:25:04 +08:00
parent e89c9a652f
commit 0a0c78635a
16 changed files with 747 additions and 39 deletions

View File

@@ -6,9 +6,13 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
"astro": "^5.15.8"
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.15.8",
"modern-normalize": "^3.0.1",
"solid-js": "^1.9.10"
}
}
}