We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd719d7 commit adb3622Copy full SHA for adb3622
website/siteConfig.js
@@ -11,8 +11,8 @@ const siteConfig = {
11
title: 'React Navigation',
12
tagline: 'Routing and navigation for your React Native apps',
13
url: process.env.STABLE_RELEASE
14
- ? 'https://react-navigation.github.io/website-prelease'
15
- : 'https://reactnavigation.org',
+ ? 'https://reactnavigation.org'
+ : 'https://react-navigation.github.io/website-prelease',
16
baseUrl: '/',
17
organizationName: 'react-navigation',
18
projectName: process.env.STABLE_RELEASE
0 commit comments