fix: route /admin/version to api on vercel

This commit is contained in:
CJACK.
2026-03-21 00:18:55 +08:00
parent 0c2743a48c
commit b24ef1282d

View File

@@ -78,6 +78,10 @@
"source": "/admin/export",
"destination": "/api/index"
},
{
"source": "/admin/version",
"destination": "/api/index"
},
{
"source": "/admin",
"destination": "/admin/index.html"