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>
|
||||
|
||||
<ThemeProvider />
|
||||
{
|
||||
isProduction && (
|
||||
<script
|
||||
defer
|
||||
src="https://umami.kogakure.cloud/script.js"
|
||||
data-website-id="ca67348d-b662-4205-a2c1-f1d8e4c68adb"></script>
|
||||
data-website-id="ca67348d-b662-4205-a2c1-f1d8e4c68adb"
|
||||
/>
|
||||
)
|
||||
}
|
||||
<Scripts />
|
||||
</head>
|
||||
<body
|
||||
|
||||
Reference in New Issue
Block a user