feat: exclude Katex elements from Pagefind indexing (#307)

This commit is contained in:
Hasenpfote 2025-04-06 10:51:15 +09:00 committed by GitHub
parent ac75858fd2
commit b86adea157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
pagefind.yml Normal file
View file

@ -0,0 +1,3 @@
exclude_selectors:
- "span.katex"
- "span.katex-display"