diff options
Diffstat (limited to 'services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx')
| -rw-r--r-- | services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx b/services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx index ac105e8..11ce518 100644 --- a/services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx +++ b/services/nuldoc/nuldoc-src/pages/NotFoundPage.tsx @@ -14,7 +14,8 @@ export default function NotFoundPage( <PageLayout metaCopyrightYear={config.site.copyrightYear} metaDescription="リクエストされたページが見つかりません" - metaTitle={`Page Not Found|${config.blog.siteName}`} + metaTitle={`Page Not Found|${config.sites[site].siteName}`} + site={site} config={config} > <body className="single"> |
