Skip to content

Commit 29f8745

Browse files
committed
Update pre-release repo data
1 parent adb3622 commit 29f8745

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

website/siteConfig.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ const siteConfig = {
1212
tagline: 'Routing and navigation for your React Native apps',
1313
url: process.env.STABLE_RELEASE
1414
? 'https://reactnavigation.org'
15-
: 'https://react-navigation.github.io/website-prelease',
15+
: 'https://next.react-navigation.org',
1616
baseUrl: '/',
17-
organizationName: 'react-navigation',
17+
organizationName: process.env.STABLE_RELEASE
18+
? 'react-navigation-next'
19+
: 'react-navigation',
1820
projectName: process.env.STABLE_RELEASE
1921
? 'react-navigation.github.io'
20-
: 'website-prerelease',
22+
: 'react-navigation-next.github.io',
2123
headerLinks: [
2224
{ doc: 'getting-started', label: 'Docs' },
2325
{ doc: 'api-reference', label: 'API' },

website/static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reactnavigation.org
1+
next.reactnavigation.org

0 commit comments

Comments
 (0)