Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed May 24, 2024
1 parent 67f742d commit 010f381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ src="https://unpkg.com/meilisearch-docsearch@latest/dist/index.global.js"

<script define:vars={{ apiKey }}>
const { docsearch } = window.__docsearch_meilisearch__;
console.log('api', apiKey);
docsearch({
container: "#docsearch",
host: 'https://docsearch.testomat.io',
Expand Down

0 comments on commit 010f381

Please sign in to comment.