2022-12-15 17:34:08 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @package Google\Site_Kit
|
2023-01-25 20:43:46 +01:00
|
|
|
* @copyright 2023 Google LLC
|
2022-12-15 17:34:08 +01:00
|
|
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
|
|
|
|
|
* @link https://sitekit.withgoogle.com
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
'buildMode' => 'production',
|
2023-09-26 10:24:36 +02:00
|
|
|
'features' => array( 'adsenseSetupV2','enhancedMeasurement','ga4Reporting','gm3Components','newsKeyMetrics','userInput' ),
|
2022-12-15 17:34:08 +01:00
|
|
|
);
|