Skip to content

Commit c9d2dd2

Browse files
authored
setup frames v2 -> mini apps redirects (base#417)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on adding new redirect rules in the `vercel.json` configuration file to manage the routing of various paths to their corresponding destinations, enhancing the navigation structure for users. ### Detailed summary - Added redirect from `/auth-kit/introduction` to `/auth-kit/`. - Redirected `/docs/developers/frames` and `/docs/developers/frames/` to `https://miniapps.farcaster.xyz`. - Redirected `/developers/frames/v2/getting-started` to `https://miniapps.farcaster.xyz/docs/getting-started`. - Redirected `/developers/frames/v2/notifications_webhooks` to `https://miniapps.farcaster.xyz/docs/guides/notifications`. - Redirected `/developers/frames/v2/spec` to `https://miniapps.farcaster.xyz/docs/specification`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 571c196 commit c9d2dd2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

vercel.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,36 @@
5656
"destination": "https://miniapps.farcaster.xyz/docs/guides/notifications",
5757
"permanent": true
5858
},
59+
{
60+
"source": "/developers/frames/v2/spec",
61+
"destination": "https://miniapps.farcaster.xyz/docs/specification",
62+
"permanent": true
63+
},
64+
{
65+
"source": "/auth-kit/introduction",
66+
"destination": "/auth-kit/",
67+
"permanent": true
68+
},
69+
{
70+
"source": "/docs/developers/frames",
71+
"destination": "https://miniapps.farcaster.xyz",
72+
"permanent": true
73+
},
74+
{
75+
"source": "/docs/developers/frames/",
76+
"destination": "https://miniapps.farcaster.xyz",
77+
"permanent": true
78+
},
79+
{
80+
"source": "/developers/frames/v2/getting-started",
81+
"destination": "https://miniapps.farcaster.xyz/docs/getting-started",
82+
"permanent": true
83+
},
84+
{
85+
"source": "/developers/frames/v2/notifications_webhooks",
86+
"destination": "https://miniapps.farcaster.xyz/docs/guides/notifications",
87+
"permanent": true
88+
},
5989
{
6090
"source": "/developers/frames/v2/spec",
6191
"destination": "https://miniapps.farcaster.xyz/docs/specification",

0 commit comments

Comments
 (0)