From cca08b881201504e5432972ea2989bd00a1f13be Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:07:50 +0200 Subject: [PATCH] chore: chaneg analytics endpoint --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1e3338cc7..8ec4ef72e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -116,7 +116,7 @@ export default defineConfig({ !import.meta.env.DEV ? { tag: 'script', attrs: { - src: 'https://analytics.sern.dev/script.js', + src: 'https://analytics.sern.dev/ua.js', 'data-website-id': 'db608ae9-3ae2-49ed-9f7c-3ba0d5abe1b6', defer: true, },