13 lines
368 B
PHP
13 lines
368 B
PHP
<?php
|
|
/**
|
|
* @package Google\Site_Kit
|
|
* @copyright 2023 Google LLC
|
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
|
|
* @link https://sitekit.withgoogle.com
|
|
*/
|
|
|
|
return array(
|
|
'buildMode' => 'production',
|
|
'features' => array( 'adsenseSetupV2','enhancedMeasurement','ga4Reporting','gm3Components','newsKeyMetrics','userInput' ),
|
|
);
|