4c11976eb7
Deploy to Vercel / deploy (push) Successful in 1m24s
Switch from GitHub Pages deployments to Vercel via Gitea Actions CLI.
18 lines
313 B
JSON
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
|
|
}
|
|
]
|
|
}
|