Closed aditya-67 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
landing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 13, 2024 3:31pm |
Thanks for the PR @aditya-67
This PR introduces two major changes
Head
component withmeta
tags from_document.js
and using them in_app.js
to fix this errorAdding <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.
It also fixes a
referrerpolicy
toreferrerPolicy
warning