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 (
|
return (
|
||||||
<main style={{ border: 0 }}>
|
<main style={{ border: 0 }}>
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle} — felschr's blog</title>
|
||||||
|
|
||||||
<AppBar position="fixed">
|
<AppBar position="fixed">
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue