Skip to content

Commit

Permalink
Add /rn-vs-rnw redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Feb 24, 2025
1 parent b1ab566 commit 05073ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/frontpage/redirects/docs-common-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ export const docsCommonRedirects: RedirectData[] = [
destination: '/docs/migration-guide',
permanent: true,
},
{
source: '/rn-vs-rnw',
destination: '/docs/get-started/frameworks/react-native-web-vite?renderer=react-native-web#react-native-vs-react-native-web',
permanent: true,
},
/* Supporting old docs URLs */
{
source: '/basics/slow-start-guide',
Expand Down

0 comments on commit 05073ca

Please sign in to comment.