We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f90a84 commit 00e61d6Copy full SHA for 00e61d6
1 file changed
src/pages/404.tsx
@@ -9,7 +9,7 @@ function NotFound(props: any) {
9
const siteTitle = get(this, "props.data.site.siteMetadata.title");
10
return (
11
<Layout>
12
- <Helmet title={`${props.intl.messages.notfound.title} | ${siteTitle}`} />
+ <Helmet title={`${props.intl.messages.notfound.header} | ${siteTitle}`} />
13
<h2>{props.intl.messages.notfound.description}</h2>
14
</Layout>
15
);
0 commit comments