mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Collection API.
This commit is contained in:
parent
f7f0c05e12
commit
11f1afe5c3
9 changed files with 400 additions and 64 deletions
|
|
@ -13,7 +13,14 @@ export default function Layout({ title, children }) {
|
|||
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script async defer data-website-id="865234ad-6a92-11e7-8846-b05adad3f099" src="/umami.js" />
|
||||
{typeof window !== 'undefined' && (
|
||||
<script
|
||||
async
|
||||
defer
|
||||
data-website-id="865234ad-6a92-11e7-8846-b05adad3f099"
|
||||
src="/umami.js"
|
||||
/>
|
||||
)}
|
||||
</Head>
|
||||
<Header />
|
||||
<main className="container">{children}</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue