mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-05-07 00:36:18 +08:00
redirect vercel traffic to learn.shareai.run
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path(.*)",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "learn-claude-agents.vercel.app"
|
||||
}
|
||||
],
|
||||
"destination": "https://learn.shareai.run/:path",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/",
|
||||
"destination": "/en",
|
||||
|
||||
Reference in New Issue
Block a user