mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat(umami): activate script in production only
This commit is contained in:
@@ -155,10 +155,15 @@ const webManifest = isProduction && {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ThemeProvider />
|
<ThemeProvider />
|
||||||
<script
|
{
|
||||||
defer
|
isProduction && (
|
||||||
src="https://umami.kogakure.cloud/script.js"
|
<script
|
||||||
data-website-id="ca67348d-b662-4205-a2c1-f1d8e4c68adb"></script>
|
defer
|
||||||
|
src="https://umami.kogakure.cloud/script.js"
|
||||||
|
data-website-id="ca67348d-b662-4205-a2c1-f1d8e4c68adb"
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
<Scripts />
|
<Scripts />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
|
|||||||
Reference in New Issue
Block a user