From fea0b8b6e7347deec736fbfd374d306597f9d485 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:01:09 +0900 Subject: algolia api idとkey変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bbd3e0e5..5ca157a6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -225,8 +225,8 @@ const config = { darkTheme: prismThemes.dracula, }, algolia: { - appId: 'GH3BU38Y7O', - apiKey: 'aed5bb519d3a4c3627628d8ca285b1b7', + appId: 'HP5PG4H98Q', + apiKey: '683283fa20e075d865d350cc918b8dda', indexName: 'docusaurus', // Optional: see doc section below contextualSearch: true, -- cgit v1.2.3-54-g00ecf