Skip to content

Commit

Permalink
fix: test icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuxaw committed Jul 15, 2023
1 parent c660a5e commit 737f7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "black" },
],
icons: {
icon: "/logo.png",
shortcut: "/logo.png",
icon: "/favicon.ico",
shortcut: "/favicon-16x16.png",
apple: "/apple-touch-icon.png",
},
}
Expand Down

0 comments on commit 737f7a1

Please sign in to comment.