mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix favicon paths
This commit is contained in:
parent
405766d829
commit
81f6ecb128
2 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ export default function Layout({ title, children, header = true, footer = true }
|
|||
<>
|
||||
<Head>
|
||||
<title>umami{title && ` - ${title}`}</title>
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap"
|
||||
rel="stylesheet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue