Skip to content

Commit 97a0192

Browse files
fix: open-graph boolean
1 parent 647f5ba commit 97a0192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/news/article/[id]/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const authors = await Promise.all(
7474
wordCount,
7575
datePublished: dayjs(article.data.date).format("YYYY-MM-DD"),
7676
abstract: article.data.excerpt ?? "",
77-
isAccessibleForFree: "https://schema.org/True",
77+
isAccessibleForFree: true,
7878
author: authors.map((author) => ({
7979
"@type": "Person",
8080
name: author.data.name,

0 commit comments

Comments
 (0)