mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-07 02:30:49 +01:00
feat(env): add GTAG_MEASUREMENT_ID to env and config
- Added GTAG_MEASUREMENT_ID to .env.example - Updated 'GTAG_MEASUREMENT_ID' in config/app.php - Modified script tag in googletag.blade.php to use dynamic ID
This commit is contained in:
@@ -200,4 +200,6 @@ return [
|
||||
: (env('IS_STAGING')
|
||||
? 'https://staging.heimerdinger.lol'
|
||||
: 'https://heimerdinger.lol'),
|
||||
|
||||
'GTAG_MEASUREMENT_ID' => env('GTAG_MEASUREMENT_ID', 'G-XXXXXXXXXX'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user