Skip to content

Commit 1e439c1

Browse files
committed
chore: update compressed OG banner image path
1 parent e39a1aa commit 1e439c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const metadata: Metadata = {
3434
siteName: "Alex Developer Portfolio",
3535
images: [
3636
{
37-
url: "/og_banner.jpeg",
37+
url: "/og_bannerr.jpeg",
3838
width: 1200,
3939
height: 630,
4040
alt: "Alex Developer Portfolio",
@@ -48,7 +48,7 @@ export const metadata: Metadata = {
4848
description:
4949
"Full Stack Developer & UI/UX Designer Portfolio of Alex.",
5050
creator: "@psparwez",
51-
images: ["/og_banner.jpeg"],
51+
images: ["/og_bannerr.jpeg"],
5252
},
5353
icons: {
5454
icon: "/favicon.ico",

0 commit comments

Comments
 (0)