Next.js Discord

Discord Forum

Moving script tags from the <head></head> element to the body in PAGES ROUTER

Unanswered
Goldstripe sardinella posted this in #help-forum
Open in Discord
Avatar
Goldstripe sardinellaOP
alright so recently ive noticed that even tho you put "<NextScript/>" in the body in the _document.tsx file, it still injects script tags in the head tag. And there's some cases that you can switch those script tags to be in the body and not in the head but I dont know them. If anyone knows this can you please tell me? And respectfully, if you dont know or dont want to tell, just move on because im looking for an answer.
Image

1 Reply

Avatar
Goldstripe sardinellaOP
^ im mostly aware that I can use a script tag and write a function to move the head's scripts into the body but im looking for a way if theres a direct way to config that part