Skip to content

Commit

Permalink
fix: add algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Oct 25, 2024
1 parent 29cc50a commit 7a737c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} Plan4Better, Inc. Built with Docusaurus.`,
},
algolia: {
indexName: 'goat-plan4better',
appId: 'LLUCN6LJ7S',
apiKey: '638cac0d311f215315b3313f679af50a',
contextualSearch: true,
},
}),
};

Expand Down

0 comments on commit 7a737c3

Please sign in to comment.