From ea9e59c71e0f423c4e550a4f1becd1088b70dc92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:20:15 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d32af21..0919ca6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,12 +27,14 @@ export const metadata: Metadata = { openGraph: { title: "My Personal Blog | Thoughts & Insights", description: "Explore articles about design, technology, and creative storytelling.", type: "website", siteName: "My Personal Blog", images: [ { - url: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", alt: "Personal blog hero image"}, + url: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", alt: "Personal blog hero image" + }, ], }, twitter: { card: "summary_large_image", title: "My Personal Blog", description: "Thoughts & Insights", images: [ - "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg"], + "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg" + ], }, };