mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-03-22 02:15:42 +08:00
redirect vercel traffic to learn.shareai.run
This commit is contained in:
parent
450185b952
commit
e57ced7d07
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user