initial: Astro port of Hype404 with favicon + SEO redirects

This commit is contained in:
2026-04-20 04:52:49 +00:00
commit 8dc5b450a8
542 changed files with 8168 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "hype404-static",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.2.0",
"gray-matter": "^4.0.3",
"marked": "^11.1.1"
}
}