Skip to content

Commit 2a5adea

Browse files
committed
merge
2 parents e4fbc0a + 2f19f50 commit 2a5adea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playgrounds/html/public/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script>
2222
<script>
2323
// This is due to parcel not accepting globals on html files.
24-
instantMeiliSearch = instantMeiliSearch.instantMeiliSearch
24+
instantMeiliSearch = instantMeiliSearch.instantMeiliSearch;
2525
const search = instantsearch({
2626
indexName: "steam-video-games",
2727
searchClient: instantMeiliSearch(
@@ -54,4 +54,3 @@
5454
</script>
5555
</body>
5656
</html>
57-

0 commit comments

Comments
 (0)