Skip to content

Commit 180abc8

Browse files
bob-obringerclaude
andcommitted
Redirect /snap to snap-docs.farcaster.xyz
Adds 301 redirects so that docs.farcaster.xyz/snap routes to the dedicated snap docs site at snap-docs.farcaster.xyz. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 231e7a9 commit 180abc8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@
9696
"source": "/reference/frames/spec",
9797
"destination": "https://miniapps.farcaster.xyz/docs/specification",
9898
"permanent": true
99+
},
100+
{
101+
"source": "/snap",
102+
"destination": "https://snap-docs.farcaster.xyz",
103+
"permanent": true
104+
},
105+
{
106+
"source": "/snap/:path*",
107+
"destination": "https://snap-docs.farcaster.xyz/:path*",
108+
"permanent": true
99109
}
100110
]
101111
}

0 commit comments

Comments
 (0)