--- // Heavy inspiration taken from Astro Starlight -> https://github.com/withastro/starlight/blob/main/packages/starlight/components/Search.astro import "@pagefind/default-ui/css/ui.css"; import { Icon } from "astro-icon/components"; --- Search { import.meta.env.DEV ? ( Search is only available in production builds. Try building and previewing the site to test it out locally. ) : ( ) }
Search is only available in production builds. Try building and previewing the site to test it out locally.