Skip to content

Commit

Permalink
Revert "Attempt to fix broken search"
Browse files Browse the repository at this point in the history
  • Loading branch information
deeheber authored Jul 24, 2024
1 parent d808b0a commit 2383381
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 2383381

Please sign in to comment.