From ecc585ebef3091f835895fc1462d13bab8fcc697 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:32:48 +0200 Subject: [PATCH] temp change the analytics url to one that works untill community one is fixed (#6319) --- frontend/src/config/site-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/site-config.tsx b/frontend/src/config/site-config.tsx index 46d99a6981..c16585b1f6 100644 --- a/frontend/src/config/site-config.tsx +++ b/frontend/src/config/site-config.tsx @@ -45,7 +45,7 @@ export const navbarLinks = [ export const mostPopularScripts = ["post-pve-install", "docker", "homeassistant"]; export const analytics = { - url: "analytics.community-scripts.org", + url: "analytics.bramsuurd.nl", token: "aefee1b9-2a12-4ac2-9d82-a63113edc62e", };