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" + ], }, };