Skip to content

Commit a4700d6

Browse files
Ignore CategoryList in pagefind
1 parent a328ace commit a4700d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/CategoryList.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function displayItem(item: any) {
4848
}
4949
---
5050

51-
<section>
51+
<section data-pagefind-ignore>
5252
<nav>
5353
<h5>Table of Contents</h5>
5454
<ol>

0 commit comments

Comments
 (0)