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 99efb03 commit 7a214c6Copy full SHA for 7a214c6
website/siteConfig.js
@@ -15,8 +15,8 @@ const siteConfig = {
15
: 'https://next.react-navigation.org',
16
baseUrl: '/',
17
organizationName: process.env.STABLE_RELEASE
18
- ? 'react-navigation' :
19
- ? 'react-navigation-next'
+ ? 'react-navigation'
+ : 'react-navigation-next',
20
projectName: process.env.STABLE_RELEASE
21
? 'react-navigation.github.io'
22
: 'react-navigation-next.github.io',
0 commit comments