feat(路由): 添加/donate到/sponsors的重定向规则

在vercel.json和edgeone.json配置文件中新增/donate路径到/sponsors的重定向规则,便于统一捐赠入口
This commit is contained in:
二叉树树
2025-10-26 23:00:11 +08:00
parent 7e36f75c29
commit 90a2bf63f8
2 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,11 @@
"source": "/iku",
"destination": "https://ikuuu.de/auth/register?code=Bjou",
"statusCode": 302
},
{
"source": "/donate",
"destination": "/sponsors",
"statusCode": 302
}
]
}