Files
analysis_claude_code/learn-claude-code/web/vercel.json
2026-06-16 00:10:35 +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
}
]
}