1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 04:18:53 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-23 12:29:37 +02:00
commit 6013b848c5
56 changed files with 6942 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/** Copy to analytics.config.js on deploy and set your GA4 measurement ID. */
window.ANDROIDCAST_ANALYTICS = {
measurementId: 'G-XXXXXXXXXX',
platform: 'hub',
basePath: '/app/androidcast_project',
debug: false
};