Skip to content

Commit e57ced7

Browse files
committed
redirect vercel traffic to learn.shareai.run
1 parent 450185b commit e57ced7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web/vercel.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"redirects": [
3+
{
4+
"source": "/:path(.*)",
5+
"has": [
6+
{
7+
"type": "host",
8+
"value": "learn-claude-agents.vercel.app"
9+
}
10+
],
11+
"destination": "https://learn.shareai.run/:path",
12+
"permanent": true
13+
},
314
{
415
"source": "/",
516
"destination": "/en",

0 commit comments

Comments
 (0)