2P3S / 2p3s-scrum-dice

🃏 A real-time voting system built with Next.js 13 using the app directory and based on the Atomic Design Pattern
0 stars 0 forks source link

Viewport `meta` tags should not be used in `_document.js` `<Head>` #114

Closed hyunnnn98 closed 1 year ago

hyunnnn98 commented 1 year ago

Why This Error Occurred

Adding <meta name="viewport" ...> in pages/_document.js will lead to unexpected results since it cannot be deduped. The viewport tag should be handled by next/head in pages/_app.js.

https://nextjs.org/docs/messages/no-document-viewport-meta