Skip to content

Commit

Permalink
fix: white background favicon on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-jayson committed Dec 4, 2024
1 parent 1442938 commit 88fcb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const fontSatoshi = localFont({
export const metadata: Metadata = {
metadataBase: new URL("https://mlbb.fyi"),
icons: {
icon: "/favicon.png",
apple: "/favicon.png",
icon: [{ url: "/favicon.ico" }, { url: "/favicon.png", type: "image/png" }],
apple: [{ url: "/icon.png", sizes: "180x180" }],
},
title: {
template: "%s - mlbb.fyi",
Expand Down
File renamed without changes

1 comment on commit 88fcb4a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-440a82hap-jinjays.vercel.app

Built with commit 88fcb4a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.