Skip to content

Commit 8fc20f5

Browse files
committed
Revert Algolia changes back to original configs
1 parent 72e258e commit 8fc20f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/components/Seo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export const Seo = withRouter(
122122
{searchOrder != null && (
123123
<meta name="algolia-search-order" content={'' + searchOrder} />
124124
)}
125-
<meta name="algolia-site-verification" content="93205ADFA4F18F6A" />
126125
<link
127126
rel="preload"
128127
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: 'XW1AQEYLQ1',
17-
apiKey: 'c282f6a2df1a04243d201cc6de1e63ed',
18-
indexName: 'es_react_dev_xw1aqeylq1_pages',
16+
appId: '1FCF9AYYAT',
17+
apiKey: '1b7ad4e1c89e645e351e59d40544eda1',
18+
indexName: 'beta-react',
1919
},
2020
};

0 commit comments

Comments
 (0)