tasks 5 & 6: update /admin UI refs to /manage, full-width manage layout

This commit is contained in:
2026-04-29 01:33:07 +08:00
parent 6642501b91
commit f7d825f5b3
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default function robots(): MetadataRoute.Robots {
{
userAgent: "*",
allow: "/",
disallow: ["/admin", "/api"],
disallow: ["/manage", "/api"],
},
],
sitemap: "https://deckyvault.xyz/sitemap.xml",