We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54981cd commit e63ed25Copy full SHA for e63ed25
src/pages/404.astro
@@ -7,7 +7,7 @@ const currentLocale = getCurrentLocale(Astro.url.pathname);
7
8
<Head title="404: Page Not Found" locale={currentLocale} />
9
10
-<BaseLayout title="About">
+<BaseLayout title="404: Page Not Found">
11
<section class="flex flex-col items-start gap-8 py-8 px-2 prose max-w-none">
12
<p>
13
Sorry, we couldn't find your exact page
0 commit comments