aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/nuldoc-src/pages/PostPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/nuldoc-src/pages/PostPage.tsx')
-rw-r--r--services/nuldoc/nuldoc-src/pages/PostPage.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/nuldoc/nuldoc-src/pages/PostPage.tsx b/services/nuldoc/nuldoc-src/pages/PostPage.tsx
index 60b2811..beebdb3 100644
--- a/services/nuldoc/nuldoc-src/pages/PostPage.tsx
+++ b/services/nuldoc/nuldoc-src/pages/PostPage.tsx
@@ -17,8 +17,9 @@ export default function PostPage(
metaCopyrightYear={getPostPublishedDate(doc).year}
metaDescription={doc.description}
metaKeywords={doc.tags.map((slug) => getTagLabel(config, slug))}
- metaTitle={`${doc.title}|${config.blog.siteName}`}
+ metaTitle={`${doc.title}|${config.sites.blog.siteName}`}
requiresSyntaxHighlight
+ site="blog"
config={config}
>
<body className="single">