Skip to content

Commit a366a3d

Browse files
committed
feat: update astro search path
1 parent 928d22a commit a366a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/search.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ import "instantsearch.css/themes/satellite.css";
318318
container: "#hits",
319319
templates: {
320320
item(hit, { html, components }) {
321-
if (hit.path.startsWith("/api/operations/")) {
321+
if (hit.path.startsWith("/api/resources/")) {
322322
return html`
323323
<div class="searchResult">
324324
<a href=${hit.url}>

0 commit comments

Comments
 (0)