Skip to content

Commit adb3622

Browse files
committed
Fix inverted config cond
1 parent bd719d7 commit adb3622

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
@@ -11,8 +11,8 @@ const siteConfig = {
1111
title: 'React Navigation',
1212
tagline: 'Routing and navigation for your React Native apps',
1313
url: process.env.STABLE_RELEASE
14-
? 'https://react-navigation.github.io/website-prelease'
15-
: 'https://reactnavigation.org',
14+
? 'https://reactnavigation.org'
15+
: 'https://react-navigation.github.io/website-prelease',
1616
baseUrl: '/',
1717
organizationName: 'react-navigation',
1818
projectName: process.env.STABLE_RELEASE

0 commit comments

Comments
 (0)