Fixed opengraph again
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m4s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m4s
This commit is contained in:
@@ -143,7 +143,13 @@ export const config: Config = {
|
||||
author: "Atridad Lahiji",
|
||||
},
|
||||
openGraph: {
|
||||
image: "/logo.png",
|
||||
image: {
|
||||
url: "/logo.webp",
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
type: "image/webp",
|
||||
alt: "Atridad Lahiji",
|
||||
},
|
||||
type: "website",
|
||||
locale: "en_US",
|
||||
siteName: "Atridad Lahiji",
|
||||
|
||||
Reference in New Issue
Block a user