EaglerForge Fixed

Someone broke it when it merged

Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
PrestonT500 2025-01-16 11:10:12 -08:00
commit 4579678c6e
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# EaglerCraftX
EaglerCraft Client Collections
**Pull Requests will not be checked on Github, only Gitea.**
**https://git.eaglercraft.win/EaglercraftX-Client-Collections/EaglercraftX-Site**
**https://www.eaglercraft.win**

View File

@ -17,6 +17,10 @@ function addGoogleAnalyticsTags() {
console.log("Matched Render");
trackingId = "G-MND1TVBSXV";
break;
case "play.eaglercraft.win":
console.log("Matched Netlify / Play");
trackingId = "G-759HWVCM2S";
break;
case "fastest.eaglercraft.win":
console.log("Matched Netlify / Fastest");
trackingId = "G-0FMCWKD9KG";