Modify final HTML in NextJS 13?
Unanswered
Crazy ant posted this in #help-forum
Crazy antOP
I want to modify the final html prepared by nextjs before it sends it to the browser. I basically want to make some changes on the head section of the document. Is there a way to do it just like HTMLRewriter?
4 Replies
Blue horntail woodwasp
are you trying to add
meta tags?Crazy antOP
No, trying to inline the external styles.
Blue horntail woodwasp
I am never doing that. I have no idea.
Crazy antOP
No worries mate