Closed TyHil closed 1 year ago
Thanks for making this change @TyHil 🎉
Vercel Preview URL :rocket: : https://planner-oeb6w6ort-utdnebula.vercel.app Neon branch :elephant: : https://console.neon.tech/app/projects/noisy-sky-73682380/branches/br-polished-band-61072663
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: https://github.com/UTDNebula/utd-trends/pull/123 https://github.com/UTDNebula/website-v2/pull/19 https://github.com/UTDNebula/jupiter/pull/175 https://github.com/UTDNebula/planner/pull/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.