feat: update favicons with new Cal design (#25392)
* feat: add environment-based favicons (prod vs dev) - Add cal-prod.png (dark/gray) favicon for production environments - Add cal-dev.png (red) favicon for development/localhost environments - Update FAVICON_16 and FAVICON_32 constants to switch based on IS_PRODUCTION Co-Authored-By: peer@cal.com <peer@cal.com> * feat: add higher resolution icons for all icon types (apple-touch, android-chrome, mstile) - Add 180x180 apple-touch-icon for prod and dev - Add 150x150 mstile icons for prod and dev - Add 192x192 and 256x256 android-chrome icons for prod and dev - Update all icon constants to use IS_PRODUCTION switching Co-Authored-By: peer@cal.com <peer@cal.com> * refactor: simplify favicon to single new design - Remove environment-based favicon switching - Update all icon files with new Cal favicon design - Remove dev/prod icon variants - Update constants to use static icon paths Co-Authored-By: peer@cal.com <peer@cal.com> * feat: add favicon.ico with new Cal favicon design Co-Authored-By: peer@cal.com <peer@cal.com> * chore: update favicon icons with final design Co-Authored-By: peer@cal.com <peer@cal.com> * chore: update favicon icons with final design v3 Co-Authored-By: peer@cal.com <peer@cal.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@@ -44,7 +44,7 @@ export const viewport = {
|
||||
|
||||
export const metadata = {
|
||||
icons: {
|
||||
icon: "/favicon.ico",
|
||||
icon: "/api/logo?type=favicon-32",
|
||||
apple: "/api/logo?type=apple-touch-icon",
|
||||
other: [
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 714 B |
|
Before Width: | Height: | Size: 850 B After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 15 KiB |