From 035b7f636507d885ad2a0fb6f94f093d5acbddcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Guzm=C3=A1n?= Date: Sat, 19 Apr 2025 13:26:38 +0200 Subject: [PATCH 1/2] Add Algolia config for es.react.dev --- src/siteConfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/siteConfig.js b/src/siteConfig.js index a452d2cf6..7e0fca23c 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -13,8 +13,8 @@ exports.siteConfig = { repoUrl: 'https://github.com/facebook/react', twitterUrl: 'https://twitter.com/reactjs', algolia: { - appId: '1FCF9AYYAT', - apiKey: '1b7ad4e1c89e645e351e59d40544eda1', - indexName: 'beta-react', + appId: 'XW1AQEYLQ1', + apiKey: 'c9ea9065a1b34fe1c24e62f25db95a7b', + indexName: 'es.react.dev', }, }; From 5ecb18ce4045e67cf1c6ca0d802acef9b3284703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Guzm=C3=A1n?= Date: Sat, 19 Apr 2025 13:30:39 +0200 Subject: [PATCH 2/2] Add Algolia site verification --- src/components/Seo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index 628085744..be4a611b5 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -122,6 +122,7 @@ export const Seo = withRouter( {searchOrder != null && ( )} +