wot-design-uni/vercel.json
2025-08-30 12:25:02 +08:00

10 lines
131 B
JSON

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