EaglerForge Fixed
Someone broke it when it merged Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
commit
4579678c6e
@ -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**
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user