Skip to content

Commit

Permalink
Merge pull request #425 from chromaui/fix-search
Browse files Browse the repository at this point in the history
add is:inline directive to wire up search
  • Loading branch information
winkerVSbecks authored May 13, 2024
2 parents e2bf18a + 19fedc4 commit b418570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const styles = css`
<Global styles={styles} />
<div id="docsearch" style="height: 36px"></div>
<script is:inline src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
<script>
<script is:inline>
window.docsearch({
container: "#docsearch",
appId: "I751GHI6QM",
Expand Down

1 comment on commit b418570

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.