Skip to content

Commit a0e06ba

Browse files
shortcutsaruniverse
authored andcommitted
docs: update Algolia credentials (facebook#12151)
1 parent 1ade2a0 commit a0e06ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docusaurus/website/docusaurus.config.js

+4-6
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const siteConfig = {
4343
isCloseable: false,
4444
},
4545
algolia: {
46-
appId: 'create-react-app',
47-
apiKey: '3be60f4f8ffc24c75da84857d6323791',
46+
appId: 'AUJYIQ70HN',
47+
apiKey: '25243dbf9049cf036e87f64b361bd2b9',
4848
indexName: 'create-react-app',
4949
},
5050
navbar: {
@@ -88,8 +88,7 @@ const siteConfig = {
8888
items: [
8989
{
9090
label: 'Stack Overflow',
91-
href:
92-
'https://stackoverflow.com/questions/tagged/create-react-app',
91+
href: 'https://stackoverflow.com/questions/tagged/create-react-app',
9392
},
9493
{
9594
label: 'GitHub Discussions',
@@ -101,8 +100,7 @@ const siteConfig = {
101100
},
102101
{
103102
label: 'Contributor Covenant',
104-
href:
105-
'https://www.contributor-covenant.org/version/1/4/code-of-conduct',
103+
href: 'https://www.contributor-covenant.org/version/1/4/code-of-conduct',
106104
},
107105
],
108106
},

0 commit comments

Comments
 (0)