diff --git a/web/vercel.json b/web/vercel.json index 8a14e03..af4ad18 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -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",