Skip to content

Commit

Permalink
fix(yp): Update search API key (#4800)
Browse files Browse the repository at this point in the history
Update api key for algolia search
  • Loading branch information
critesjosh committed Feb 27, 2024
1 parent db3f785 commit 1cb6396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellow-paper/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const config = {
({
algolia: {
appId: "6RXKCCZJK7",
apiKey: "d0dc44e75dba0e82247eea041300ae4b",
apiKey: "aa09855dba35e5b48be3a126d7714170",
indexName: "yp-aztec",
},
navbar: {
Expand Down

0 comments on commit 1cb6396

Please sign in to comment.