docs: update og images (#10206)

* docs: update og images

* fixes
This commit is contained in:
Shahed Nasser
2024-11-21 17:33:50 +02:00
committed by GitHub
parent 19c6c4af15
commit ab5f2b5e11
16 changed files with 129 additions and 4 deletions
@@ -9,14 +9,20 @@ export const metadata = {
images: [
{
url: ogImage,
width: 1600,
height: 900
width: 800,
height: 450,
type: "image/jpeg"
}
],
},
twitter: {
images: [
ogImage
{
url: ogImage,
width: 800,
height: 450,
type: "image/jpeg"
}
]
}
}