Replies: 1 comment 6 replies
-
|
Hmm no, Pagefind isn't affected by that any value of that attribute. Relevant code here: 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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add the
data-pagefind-bodyattribute 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