diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-10-19 18:01:09 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-10-19 18:01:09 +0900 |
commit | fea0b8b6e7347deec736fbfd374d306597f9d485 (patch) | |
tree | 21ff878db6a6cef00d50962fb8f7f541faa66f2b | |
parent | 4129243cc67963c530731cf9455bd451c1f755da (diff) |
-rw-r--r-- | docusaurus.config.js | 4 |
1 files 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, |