Seo Audit Hub Search Fix
Path:
loom-builder/prompts/seo-audit-hub-search-fix.mdRelative: prompts/seo-audit-hub-search-fix.mdSubproject: loom-builderCategory: dispatch-promptsLines: 56Bytes: 2,854Imports: 0Exports: 0
Content Preview
- # SEO Audit Hub — D5a: search UI fix (Pagefind input never renders)
- ## RESTATED INTENT + SUCCESS METRIC
- Mike opened the live site and there is NO text field to search. Root cause already
- diagnosed: `site/src/pages/search.astro` has an inline script calling `new PagefindUI(...)`
- but the built HTML contains NO `<script src="/pagefind/pagefind-ui.js">` and NO
- `<link>` for `/pagefind/pagefind-ui.css` — `PagefindUI` is undefined at runtime, so no
- input ever renders. The assets themselves exist and s