Skip to content

Commit

Permalink
Merge pull request #14 from nixrajput/dev
Browse files Browse the repository at this point in the history
Icons Updated
  • Loading branch information
nixrajput authored Oct 29, 2024
2 parents b4ddcc8 + fa55ac5 commit c15e731
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 3 deletions.
Binary file added public/favicon-16x16.ico
Binary file not shown.
Binary file added public/favicon-32x32.ico
Binary file not shown.
Binary file added public/favicon-48x48.ico
Binary file not shown.
Binary file added public/favicon-64x64.ico
Binary file not shown.
Binary file removed public/logo.png
Binary file not shown.
Binary file modified src/app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/favicon.ico
Binary file not shown.
24 changes: 21 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,28 @@ export const metadata: Metadata = {
},
icons: [
{
url: "/favicon.ico",
url: "/favicon-16x16.ico",
rel: "icon",
sizes: "any",
type: "image/svg+xml",
sizes: "16x16",
type: "image/x-icon",
},
{
url: "/favicon-32x32.ico",
rel: "icon",
sizes: "32x32",
type: "image/x-icon",
},
{
url: "/favicon-48x48.ico",
rel: "icon",
sizes: "48x48",
type: "image/x-icon",
},
{
url: "/favicon-64x64.ico",
rel: "icon",
sizes: "64x64",
type: "image/x-icon",
},
],
keywords: [
Expand Down

0 comments on commit c15e731

Please sign in to comment.