From 230cc42e78c61456dc52292a04e4e8af11844b6d Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Tue, 14 Jul 2026 17:19:29 +0100 Subject: [PATCH] Change analytics script URL and attributes Updated the analytics script source and data attributes. --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 70198cbb..77a68467 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -335,7 +335,7 @@ export default defineConfig({ description: 'This website serves as the new BeamMP Documentation site for general self serve support, guides and documentation.', head: [ - ['script', { defer: "true", src: 'https://analytics.beammp.com/script.js', 'data-website-id': 'cb3be456-00ee-4da1-a261-e17317f6feb2' }] + ['script', { defer: "true", src: 'https://analytics.beammp.com/api/script.js', 'data-site-id': '632c87f003fc', async: "true" }] ], lastUpdated: true, locales: {