Replace more umami branding

This commit is contained in:
Ole Martin Knurvik 2022-12-01 14:34:09 +01:00
parent a8f8d4088d
commit 1dd4ada767
5 changed files with 33 additions and 9 deletions

View file

@ -10,7 +10,7 @@ export default function Layout({ title, children, header = true, footer = true }
return (
<>
<Head>
<title>umami{title && ` - ${title}`}</title>
<title>Headless Analytics{title && ` - ${title}`}</title>
</Head>
{header && <Header />}