diff options
Diffstat (limited to 'nuldoc-src/pages/not_found.ts')
| -rw-r--r-- | nuldoc-src/pages/not_found.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuldoc-src/pages/not_found.ts b/nuldoc-src/pages/not_found.ts index 65938dd..a1b6109 100644 --- a/nuldoc-src/pages/not_found.ts +++ b/nuldoc-src/pages/not_found.ts @@ -35,7 +35,7 @@ export async function generateNotFoundPage( metaCopyrightYear: config.blog.siteCopyrightYear, metaDescription: "リクエストされたページが見つかりません。", metaKeywords: [], - metaTitle: "Page Not Found", + metaTitle: `Page Not Found | ${config.blog.siteName}`, requiresSyntaxHighlight: false, }, body, |
