add: og image for robert

OG Image for thumbnail for robert in Blog
This commit is contained in:
webfussel 2025-07-11 11:13:37 +02:00
parent 0a481fee5e
commit 6c68f3afb1
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@ export type Post = {
title: string
excerpt: string
date: string
'og-image': string
}
type Author = {