File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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' } ,
Original file line number Diff line number Diff line change 1- reactnavigation.org
1+ next. reactnavigation.org
You can’t perform that action at this time.
0 commit comments