Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 4, 2025
1 parent fad9875 commit 9197f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/notes/search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ allNotes.sort((a, b) => Date.parse(b.data.pubDate) - Date.parse(a.data.pubDate))
MetaTag="website",
MetaUrl="https://derekbrown.io"
>
<SearchBar />
<SearchBar client:load />
</Main>

0 comments on commit 9197f69

Please sign in to comment.