Skip to content

Commit

Permalink
fix: og image
Browse files Browse the repository at this point in the history
  • Loading branch information
ATeals committed Nov 8, 2023
1 parent dcf2f39 commit 72fe477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const metadata = {
site_name: "CoffeeCat",
images: [
{
url: "https://coffeecat.vercel.app/images/logo.jpeg",
url: "/images/logo.jpeg",
width: 500,
height: 500,
alt: "logo",
Expand Down

0 comments on commit 72fe477

Please sign in to comment.