We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c4a6f + 5ecb18c commit 01e2183Copy full SHA for 01e2183
2 files changed
src/components/Seo.tsx
@@ -122,6 +122,7 @@ export const Seo = withRouter(
122
{searchOrder != null && (
123
<meta name="algolia-search-order" content={'' + searchOrder} />
124
)}
125
+ <meta name="algolia-site-verification" content="93205ADFA4F18F6A" />
126
<link
127
rel="preload"
128
href="/fonts/Source-Code-Pro-Regular.woff2"
src/siteConfig.js
@@ -13,8 +13,8 @@ exports.siteConfig = {
13
repoUrl: 'https://github.com/facebook/react',
14
twitterUrl: 'https://twitter.com/reactjs',
15
algolia: {
16
- appId: '1FCF9AYYAT',
17
- apiKey: '1b7ad4e1c89e645e351e59d40544eda1',
18
- indexName: 'beta-react',
+ appId: 'XW1AQEYLQ1',
+ apiKey: 'c9ea9065a1b34fe1c24e62f25db95a7b',
+ indexName: 'es.react.dev',
19
},
20
};
0 commit comments