Skip to content

Commit

Permalink
feat: Enable meilisearch analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed May 22, 2024
1 parent 865e7c3 commit 64f9990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Component() {

const docsearch = require('meilisearch-docsearch').default
const destroy = docsearch({
host: 'https://ms-4ebb96f179f0-1619.fra.meilisearch.io',
host: 'https://edge.meilisearch.com',
apiKey:
'3eb6db150af1abefe000f00386e149dfb5a006932cab55d1ccd810b8672a4e12',
indexUid: 'docs-v1',
Expand Down

0 comments on commit 64f9990

Please sign in to comment.