diff --git a/src/components/SpotlightSearch.tsx b/src/components/SpotlightSearch.tsx index d9e6cb48..b989a3f1 100644 --- a/src/components/SpotlightSearch.tsx +++ b/src/components/SpotlightSearch.tsx @@ -48,6 +48,9 @@ const SearchResult = ({ return ( + + Pagefind result ID: {result.id} + {data.sub_results.slice(0, 4).map((subResult, subIdx) => ( 0 ? ( results.map((result, idx) => ( - |{result.id}|{idx > 0 && } + {idx > 0 && } ))