mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
chore: 🚀 添加 vercel.json 重定向到 wot-ui.cn
This commit is contained in:
parent
0a90e49121
commit
af95bdd724
9
vercel.json
Normal file
9
vercel.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"redirects": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"destination": "https://wot-ui.cn/$1",
|
||||||
|
"permanent": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user