2026-03-14 23:50:32 +08:00

21 lines
356 B
JSON

{
"redirects": [
{
"source": "/:path(.*)",
"has": [
{
"type": "host",
"value": "learn-claude-agents.vercel.app"
}
],
"destination": "https://learn.shareai.run/:path",
"permanent": true
},
{
"source": "/",
"destination": "/en",
"permanent": false
}
]
}