redirect vercel traffic to learn.shareai.run

This commit is contained in:
CrazyBoyM 2026-03-14 23:50:32 +08:00
parent 450185b952
commit e57ced7d07

View File

@ -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",