Replies: 1 comment 6 replies
-
Hmm no, Pagefind isn't affected by that any value of that attribute. Relevant code here: pagefind/pagefind/src/fossick/parser.rs Line 148 in bd1d931 Are the pages that Pagefind is indexing fully SSR rendered? My guess would be that the attribute is only being added on React's client hydration |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add the
data-pagefind-body
attribute to an element in my code, but since it's React, it renders it asdata-pagefind-body="true"
. It seems Pagefind doesn't work with this, is that correct?Beta Was this translation helpful? Give feedback.
All reactions