You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The first four lines of the `<body>` add two container elements: `#searchbox` and `#hits`. `instant-meilisearch` creates the search bar inside `#searchbox` and lists search results in `#hits`
90
+
- The first two`<script src="…">` tags import libraries needed to run `instant-meilisearch`
91
+
- The third and final `<script>` tag is where you customize `instant-meilisearch`
0 commit comments