Skip to content

Commit

Permalink
Merge pull request #266 from storybookjs/rn-vs-rnw-redirect
Browse files Browse the repository at this point in the history
Add `/rn-vs-rnw` redirect
  • Loading branch information
shilman authored Mar 4, 2025
2 parents 5eb6a77 + c70f5ac commit 1d3c908
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 1d3c908

Please sign in to comment.