From e57ced7d074a673864f207dbdeb610857f4b8045 Mon Sep 17 00:00:00 2001 From: CrazyBoyM Date: Sat, 14 Mar 2026 23:50:32 +0800 Subject: [PATCH] redirect vercel traffic to learn.shareai.run --- web/vercel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",