Skip to content

Commit 32aa7ef

Browse files
committed
fix: update meilisearch url
1 parent ed361ca commit 32aa7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/SearchBar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Component() {
88

99
const docsearch = require('meilisearch-docsearch').default
1010
const destroy = docsearch({
11-
host: 'https://edge.meilisearch.com',
11+
host: 'https://ms-4ebb96f179f0-1619.fra.meilisearch.io',
1212
apiKey:
1313
'3eb6db150af1abefe000f00386e149dfb5a006932cab55d1ccd810b8672a4e12',
1414
indexUid: 'docs-v1',

0 commit comments

Comments
 (0)