Skip to content

Commit 035b7f6

Browse files
committed
Add Algolia config for es.react.dev
1 parent b4c4a6f commit 035b7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/siteConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ exports.siteConfig = {
1313
repoUrl: 'https://github.com/facebook/react',
1414
twitterUrl: 'https://twitter.com/reactjs',
1515
algolia: {
16-
appId: '1FCF9AYYAT',
17-
apiKey: '1b7ad4e1c89e645e351e59d40544eda1',
18-
indexName: 'beta-react',
16+
appId: 'XW1AQEYLQ1',
17+
apiKey: 'c9ea9065a1b34fe1c24e62f25db95a7b',
18+
indexName: 'es.react.dev',
1919
},
2020
};

0 commit comments

Comments
 (0)