mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-04-29 14:59:34 +00:00
redirect vercel traffic to learn.shareai.run
This commit is contained in:
parent
450185b952
commit
e57ced7d07
1 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue