mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 00:56:41 +02:00
refactor: change Umami analytics URL from analytics.mana.how to stats.mana.how
Update all tracking script URLs and admin dashboard links to use the new stats.mana.how subdomain for Umami web analytics. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
264149a913
commit
1868a7ffa5
15 changed files with 18 additions and 22 deletions
|
|
@ -38,10 +38,8 @@ const {
|
|||
/>
|
||||
|
||||
<!-- Umami Analytics -->
|
||||
<script
|
||||
defer
|
||||
src="https://analytics.mana.how/script.js"
|
||||
data-website-id="CLOCK_LANDING_WEBSITE_ID"></script>
|
||||
<script defer src="https://stats.mana.how/script.js" data-website-id="CLOCK_LANDING_WEBSITE_ID"
|
||||
></script>
|
||||
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
<!-- Umami Analytics -->
|
||||
<script defer src="https://analytics.mana.how/script.js" data-website-id="CLOCK_WEB_WEBSITE_ID"></script>
|
||||
<script defer src="https://stats.mana.how/script.js" data-website-id="CLOCK_WEB_WEBSITE_ID"></script>
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue