-
Notifications
You must be signed in to change notification settings - Fork 49
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
Standardize favicon and open graph data across Nebula #731
Conversation
Thanks for making this change @TyHil 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Vercel Preview URL 🚀 : https://planner-oeb6w6ort-utdnebula.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I was updating the Trends icons and decided to standardize the favicons and open graph data on all the Nebula sites. This PR updates the favicons to the new Nebula logo and adds/standardizes the Open Graph metadata.
Every site should now follow the same template for the head tags in
_app.tsx
and_document.tsx
which all link to the same corresponding icons. I also stored this icons in this drive link.Other sites PRs:
UTDNebula/utd-trends#123
UTDNebula/website-v2#19
UTDNebula/jupiter#175
#731
Planner specific note:
I could use some help as to why this isn't passing checks. I tried to branch off of a commit that was passing deployment as it seems a lot of recent commits on dev for dependency bumps weren't passing but it seems
npm ci
is failing in the tests.