ohcnetwork / landing

OHC langing page
https://ohc.network
1 stars 3 forks source link

Update favicon and remove Head component from _document.js #3

Closed aditya-67 closed 3 months ago

aditya-67 commented 4 months ago

This PR introduces two major changes

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.

It also fixes a referrerpolicy to referrerPolicy warning

vercel[bot] commented 4 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
gigincg commented 3 months ago

Thanks for the PR @aditya-67