You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, when we generate a _document.js file for Next-JS we are adding the viewport in the HEAD using next/head. Next-JS now suggesting to move the viewport tags to _app.js. Please update Next generators to fix this.
At the moment, when we generate a
_document.js
file for Next-JS we are adding theviewport
in theHEAD
usingnext/head
. Next-JS now suggesting to move the viewport tags to_app.js
. Please update Next generators to fix this.More details about the warning https://nextjs.org/docs/messages/no-document-viewport-meta
The text was updated successfully, but these errors were encountered: