Opengraph
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m39s

This commit is contained in:
2026-02-07 00:28:33 -07:00
parent 6b77ce091d
commit dce37681af
13 changed files with 336 additions and 230 deletions

View File

@@ -142,6 +142,35 @@ export const config: Config = {
url: "https://atri.dad",
author: "Atridad Lahiji",
},
openGraph: {
image: "/logo.png",
type: "website",
locale: "en_US",
siteName: "Atridad Lahiji",
},
pageOpenGraph: {
home: {
title: "Atridad Lahiji",
description:
"Personal website of Atridad Lahiji - Researcher, Full-Stack Developer, and IT Professional",
},
posts: {
title: "Blog Posts",
description: "Thoughts and ramblings.",
},
projects: {
title: "Projects",
description: "Projects I'm working on.",
},
talks: {
title: "Talks",
description: "Conference talks and presentations by Atridad Lahiji",
},
resume: {
title: "Resume",
description: "My Resume and Resume Generator",
},
},
giteaDomains: ["https://git.atri.dad"],
},