chore: 🚀 添加 vercel.json 重定向到 wot-ui.cn

This commit is contained in:
不如摸鱼去 2025-08-30 12:25:02 +08:00
parent 0a90e49121
commit af95bdd724

9
vercel.json Normal file
View File

@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/(.*)",
"destination": "https://wot-ui.cn/$1",
"permanent": true
}
]
}