Update src/app/layout.tsx
This commit is contained in:
@@ -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"
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user