Skip to content

Commit e63ed25

Browse files
committed
correct page title in layout
1 parent 54981cd commit e63ed25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const currentLocale = getCurrentLocale(Astro.url.pathname);
77

88
<Head title="404: Page Not Found" locale={currentLocale} />
99

10-
<BaseLayout title="About">
10+
<BaseLayout title="404: Page Not Found">
1111
<section class="flex flex-col items-start gap-8 py-8 px-2 prose max-w-none">
1212
<p>
1313
Sorry, we couldn't find your exact page

0 commit comments

Comments
 (0)