mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Allow filtering on session fields.
This commit is contained in:
parent
edd1645bab
commit
fb2dc9f5ab
19 changed files with 275 additions and 211 deletions
|
|
@ -37,7 +37,7 @@ export default function App({ Component, pageProps }) {
|
|||
<link rel="mask-icon" href={`${basePath}/safari-pinned-tab.svg`} color="#5bbad5" />
|
||||
<link
|
||||
rel="preload"
|
||||
href={`https://i.umami.is/umami.png?v=${version}`}
|
||||
href={`https://i.umami.is/icon.png?v=${version}`}
|
||||
as="image"
|
||||
type="image/png"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue