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
/* _document.js */classMyDocumentextendsDocument// ...render(){<Html{...htmlAttrs}><Head>{/* below meta tag line !! */}<metaname="viewport"content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/></Head><body{...bodyAttrs}><Main/><NextScript/></body></Html>}// ...
모바일 화면에서 유저가 확대하지 못하게 하기위한 meta tag
The text was updated successfully, but these errors were encountered:
next/Head
를import
하여_document.js
에 넣으니 위와같은 오류 발생모바일 화면에서 유저가 확대하지 못하게 하기위한
meta tag
The text was updated successfully, but these errors were encountered: