Skip to content

Commit

Permalink
fix: propper image
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jun 9, 2024
1 parent 9150d11 commit f04848e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added public/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 added public/img/cover-small.jpg
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 public/img/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/cover.png
Binary file not shown.
Binary file removed public/img/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const metadata: Metadata = {
type: "website",
images: [
{
url: "/img/cover.jpg",
url: "/img/cover-small.jpg",
width: 256,
height: 256,
alt: SITE.name,
Expand Down

0 comments on commit f04848e

Please sign in to comment.