feat(landing): generate 301 redirects for old tool URLs; fix robots sitemap reference

This commit is contained in:
SnapOtter
2026-06-20 23:56:03 +08:00
parent f158be6aaa
commit 0051655bbf
4 changed files with 333 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "astro dev --port 1350",
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs",
"build": "astro build",
"preview": "astro preview --port 1350",
"lint": "biome check src/",