We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c290d commit ca83870Copy full SHA for ca83870
1 file changed
src/helpers/EnvironmentHelper.ts
@@ -64,7 +64,7 @@ export class EnvironmentHelper {
64
65
//NOTE: None of these values are secret.
66
static initProd = () => {
67
- EnvironmentHelper.Common.GoogleAnalyticsTag = "G-JB7VCG51LF";
+ EnvironmentHelper.Common.GoogleAnalyticsTag = "G-47N4XQJQJ5";
68
EnvironmentHelper.LessonsApi = "https://api.lessons.church";
69
EnvironmentHelper.B1Url = "https://{subdomain}.b1.church";
70
};
0 commit comments