Skip to content

Commit 7a214c6

Browse files
committed
Ugh
1 parent 99efb03 commit 7a214c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/siteConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const siteConfig = {
1515
: 'https://next.react-navigation.org',
1616
baseUrl: '/',
1717
organizationName: process.env.STABLE_RELEASE
18-
? 'react-navigation' :
19-
? 'react-navigation-next'
18+
? 'react-navigation'
19+
: 'react-navigation-next',
2020
projectName: process.env.STABLE_RELEASE
2121
? 'react-navigation.github.io'
2222
: 'react-navigation-next.github.io',

0 commit comments

Comments
 (0)