1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 02:58:26 +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

7
analytics.config.js Normal file
View File

@@ -0,0 +1,7 @@
/** Hub GA4 config — set measurementId to enable (see analytics.config.example.js). */
window.ANDROIDCAST_ANALYTICS = {
measurementId: 'G-8RKGWGQ52P',
platform: 'hub',
basePath: '/app/androidcast_project',
debug: false
};