Skip to content

Commit

Permalink
Merge pull request #5 from deeheber/revert-4-issue-3
Browse files Browse the repository at this point in the history
Revert "Attempt to fix broken search"
  • Loading branch information
deeheber authored Jul 24, 2024
2 parents d808b0a + 2383381 commit 0c3e67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const searchList = sortedblog.map(({ data, slug }) => ({
<Layout title={`Search | ${SITE.title}`}>
<Header activeNav="search" />
<Main pageTitle="Search" pageDesc="Search any article ...">
<SearchBar client:only="react" searchList={searchList} />
<SearchBar client:load searchList={searchList} />
</Main>
<Footer />
</Layout>

0 comments on commit 0c3e67c

Please sign in to comment.