mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-22 02:01:31 +08:00
feat: 添加Umami分析
- 集成Umami进行网站分析 - 添加Umami跟踪脚本
This commit is contained in:
@ -121,6 +121,11 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
|
||||
})(window, document, "clarity", "script", "kvbyuhu6d2");
|
||||
</script>
|
||||
|
||||
<script
|
||||
defer
|
||||
src="https://cloud.umami.is/script.js"
|
||||
data-website-id="247d7726-70c1-46fd-9453-fbe95630c3d6"></script>
|
||||
|
||||
<meta content={Astro.generator} name="generator" />
|
||||
|
||||
<style is:global>
|
||||
|
Reference in New Issue
Block a user