mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-04-28 14:29:33 +00:00
20 lines
356 B
JSON
20 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
|
|
}
|
|
]
|
|
}
|