mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
Change umami with data-domains
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,12 @@ const origin = Astro.url.origin;
|
|||||||
href="/rss.xml"
|
href="/rss.xml"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<script defer src="https://umami.hadi.icu/script.js" data-website-id="91b0c3a1-130a-4974-be47-078bc092cec8"></script>
|
<script
|
||||||
|
defer
|
||||||
|
src="https://umami.hadi.icu/script.js"
|
||||||
|
data-website-id="91b0c3a1-130a-4974-be47-078bc092cec8"
|
||||||
|
data-domains="hadi.icu,www.hadi.icu"
|
||||||
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen">
|
<body class="min-h-screen">
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Reference in New Issue
Block a user