Skip to content

Commit

Permalink
fix: update algolia key
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Blaise committed Jan 16, 2024
1 parent 59f33b3 commit abb9ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export default withMermaid({
search: {
provider: 'algolia',
options: {
apiKey: "b9a03fdc7b6a3221b1efd3f75210b6c7",
indexName: "immy",
appId: 'BH4D9OD16A',
apiKey: "835b02d6cd04788d32188438ac5972b5",
indexName: "prod_DOCS",
appId: 'Q6AS6Z2WG4',
}
}
}
Expand Down

0 comments on commit abb9ac8

Please sign in to comment.