Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

aditya-67
Copy link
Contributor

This PR introduces two major changes

  • Update favicon from Vercel to OHC logo
  • Remove Head component with meta tags from _document.js and using them in _app.js to fix this error

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

Copy link

vercel bot commented Jun 13, 2024

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
Copy link
Member

gigincg commented Jul 16, 2024

Thanks for the PR @aditya-67

@gigincg gigincg merged commit 3a02ecf into ohcnetwork:main Jul 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants