diff options
author | Peter Johanson <[email protected]> | 2022-04-05 21:02:14 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-04-06 06:01:39 -0400 |
commit | c259c7b27aa909917f5b7a2b6d9c11354f1550c4 (patch) | |
tree | 305b9ba08bd159bfe483d016c44cd02cd251acc0 | |
parent | 17affd8081a03669720dc05766832dfa21d0c639 (diff) | |
download | zmk-c259c7b27aa909917f5b7a2b6d9c11354f1550c4.tar.gz zmk-c259c7b27aa909917f5b7a2b6d9c11354f1550c4.zip |
fix(docs): Updated proper API key.
-rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 536fa92220..ff1a13605f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -106,7 +106,7 @@ module.exports = { }, algolia: { appId: "USXLDJ14JE", - apiKey: "75325855fc90356828fe212d38e5ca34", + apiKey: "384a3bd2d50136c9dc8c8ddfe1b3a4b2", indexName: "zmkfirmware", }, }, |