Skip to content

Commit

Permalink
Merge pull request #1879 from evidence-dev/next
Browse files Browse the repository at this point in the history
Release Algolia Fix for Docs
  • Loading branch information
archiewood authored Apr 12, 2024
2 parents 90c8d3d + 09ea5ad commit ef8688f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
onMount(() => {
docsearch({
container: '#docsearch',
appid: algolia?.appId,
appId: algolia?.appId,
apiKey: algolia?.apiKey,
indexName: algolia?.indexName
});
Expand Down

0 comments on commit ef8688f

Please sign in to comment.