Update src/app/layout.tsx

This commit is contained in:
2026-03-03 11:20:15 +00:00
parent 884b151655
commit ea9e59c71e

View File

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