Metadata renders inside <body> instead of <head> after Next.js v15.3.1
Unanswered
West Highland White Terrier posted this in #help-forum
West Highland White TerrierOP
When you run npm run dev while developing a page, the meta tag is placed at the end of the body of the body. However, if I run "npm run build; npm run start" like this, the head section is loaded properly. They say this is due to the metadata streaming method. Is it okay to just use it?