Skip to content

Commit 01e2183

Browse files
authored
Merge pull request #985 from reactjs/feat/add-esreactdev-algolia
Add Algolia config for es.react.dev
2 parents b4c4a6f + 5ecb18c commit 01e2183

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/Seo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const Seo = withRouter(
122122
{searchOrder != null && (
123123
<meta name="algolia-search-order" content={'' + searchOrder} />
124124
)}
125+
<meta name="algolia-site-verification" content="93205ADFA4F18F6A" />
125126
<link
126127
rel="preload"
127128
href="/fonts/Source-Code-Pro-Regular.woff2"

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)