Compare commits

..

1 Commits

Author SHA1 Message Date
e9b716521d BLOG-112 refactor: simplify Google Analytics script initialization and remove gtag declaration from Window interface
All checks were successful
PR Title Check / pr-title-check (pull_request) Successful in 13s
Frontend CI / build (push) Successful in 1m9s
2025-08-04 07:27:53 +08:00

View File

@ -1,4 +1,4 @@
<script lang> <script>
import { Environment } from '$lib/environment'; import { Environment } from '$lib/environment';
import { onMount } from 'svelte'; import { onMount } from 'svelte';