Replies: 2 comments 2 replies
-
Next populates the data when server side rendering from |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm... This code works... And hydrate successful
Thus we have image only in rendered HTML. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'am using SSR and getting base64 images from API in getInitialProps. However, base64 images are also duplicated in props
__NEXT_DATA__
. This increases page size and has a bad effect on SEO metrics. Is it possible to remove duplicate images data from__NEXT_DATA__
?Beta Was this translation helpful? Give feedback.
All reactions