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 52a3b86 commit 1442938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const fontSatoshi = localFont({

export const metadata: Metadata = {
metadataBase: new URL("https://mlbb.fyi"),
icons: {
icon: "/favicon.png",
apple: "/favicon.png",
},
title: {
template: "%s - mlbb.fyi",
default: "mlbb.fyi - Elevate Your Mobile Legends Game",
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 1442938

@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-h013651tz-jinjays.vercel.app

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

Please sign in to comment.