Skip to content

Commit

Permalink
meta: fix API keys (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan authored Jun 15, 2024
1 parent 1ad992f commit d00fe96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = {
projectName: "docs",
themeConfig: {
algolia: {
appId: "BH4D9OD16A",
apiKey: "07040e0073a0b6b216f6619396984190",
appId: "VM00HBP164",
apiKey: "ac9d67ff8bdfd1e232e1628feb846a74",
indexName: "skytable",
searchParameters: {},
contextualSearch: true,
Expand Down

0 comments on commit d00fe96

Please sign in to comment.