We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f024d5 commit 58d1f8aCopy full SHA for 58d1f8a
1 file changed
src/components/Footer/Footer.astro
@@ -5,6 +5,6 @@ import i18next from "i18next"
5
---
6
7
<div>
8
- <Subscribe client:visible lang={i18next.language} />
+ <Subscribe client:only="preact" lang={i18next.language} />
9
<PureFooter />
10
</div>
0 commit comments