Skip to content

Commit

Permalink
fix: revert algolia change
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Blaise committed Jan 16, 2024
1 parent abb9ac8 commit 7396da9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default withMermaid({
themeConfig: {
logo: '/immybot-glasses.png',
// https://vitepress.dev/reference/default-theme-config


sidebar: [
{
text: 'Introduction',
Expand Down Expand Up @@ -60,9 +58,9 @@ export default withMermaid({
search: {
provider: 'algolia',
options: {
apiKey: "835b02d6cd04788d32188438ac5972b5",
indexName: "prod_DOCS",
appId: 'Q6AS6Z2WG4',
apiKey: "b9a03fdc7b6a3221b1efd3f75210b6c7",
indexName: "immy",
appId: 'BH4D9OD16A',
}
}
}
Expand Down

0 comments on commit 7396da9

Please sign in to comment.