Skip to content

Commit

Permalink
Add default favicon (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed May 20, 2024
1 parent 6b9b4d0 commit bf5212e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nextjs/utils/scaffold-eth/getMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ export const getMetadata = ({
description: description,
images: [imageUrl],
},
icons: {
icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/png" }],
},
};
};

0 comments on commit bf5212e

Please sign in to comment.