temp change the analytics url to one that works untill community one is fixed (#6319)

This commit is contained in:
Bram Suurd 2025-07-28 20:32:48 +02:00 committed by GitHub
parent 72dcd61244
commit ecc585ebef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
};