Issue #59 fixes

This commit is contained in:
adilallo
2026-05-25 22:05:00 -06:00
parent bd536a407f
commit 6b45a2e5d0
39 changed files with 167 additions and 124 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export default async function BlogPostPage({ params }: PageProps) {
headline: post.frontmatter.title,
description: post.frontmatter.description,
author: {
"@type": "Person",
"@type": "Organization",
name: post.frontmatter.author,
},
publisher: {