From b24ef1282d3bfc1e7cefc00bee91c451c585bca0 Mon Sep 17 00:00:00 2001 From: "CJACK." Date: Sat, 21 Mar 2026 00:18:55 +0800 Subject: [PATCH] fix: route /admin/version to api on vercel --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index bad49e0..ee5aaff 100644 --- a/vercel.json +++ b/vercel.json @@ -78,6 +78,10 @@ "source": "/admin/export", "destination": "/api/index" }, + { + "source": "/admin/version", + "destination": "/api/index" + }, { "source": "/admin", "destination": "/admin/index.html"