diff --git a/src/pages/search/index.astro b/src/pages/search/index.astro index d7e0f80..86927d3 100644 --- a/src/pages/search/index.astro +++ b/src/pages/search/index.astro @@ -12,7 +12,7 @@ import Search from "astro-pagefind/components/Search"; uiOptions={{ showImages: false, translations: { - placeholder: "What are you looking for?", + placeholder: "Search posts...", }, }} />