How to remove dehydratedState from html?
I generate my pages with getStaticProps with NextJs.
In <script id="NEXT_DATA" type="application/json">{"props":{"pageProps":{"dehydratedState"... i have my product_ids, which i dont want to be shown.
How can i hide or encrypt this?
In <script id="NEXT_DATA" type="application/json">{"props":{"pageProps":{"dehydratedState"... i have my product_ids, which i dont want to be shown.
How can i hide or encrypt this?
