feat: update title

This commit is contained in:
Felix Schröter 2022-11-16 00:12:21 +01:00
parent afbb84e1d7
commit c76785f615
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -21,7 +21,7 @@ const Layout = ({ pageTitle, preTitle, children }: LayoutProps) => {
return (
<main style={{ border: 0 }}>
<title>{pageTitle}</title>
<title>{pageTitle} felschr's blog</title>
<AppBar position="fixed">
<Toolbar>