feat: update title
This commit is contained in:
parent
afbb84e1d7
commit
c76785f615
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue