add umami 😋
This commit is contained in:
@ -34,6 +34,13 @@ export default function RootLayout({
|
|||||||
<html lang="no">
|
<html lang="no">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://use.typekit.net/spa5smt.css" />
|
<link rel="stylesheet" href="https://use.typekit.net/spa5smt.css" />
|
||||||
|
{process.env.UMAMI_SCRIPT_URL && process.env.UMAMI_WEBSITE_ID && (
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src={process.env.UMAMI_SCRIPT_URL}
|
||||||
|
data-website-id={process.env.UMAMI_WEBSITE_ID}
|
||||||
|
></script>
|
||||||
|
)}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<Header />
|
<Header />
|
||||||
|
Reference in New Issue
Block a user