Files
siujamo 4c11976eb7
Deploy to Vercel / deploy (push) Successful in 1m24s
ci: replace GitHub Pages action with Gitea Actions for Vercel deployment
Switch from GitHub Pages deployments to Vercel via Gitea Actions CLI.
2026-06-04 13:02:30 +08:00

18 lines
313 B
JSON

{
"outputDirectory": "doc_build",
"redirects": [
{
"source": "/:path(.*)",
"has": [
{
"type": "header",
"key": "x-vercel-ip-country",
"value": "CN"
}
],
"destination": "https://onixbyte.cn/:path*",
"permanent": false
}
]
}