Skip to content

Commit 38cc7f6

Browse files
authored
Set disableAds flag to true in config
1 parent 37aa3bb commit 38cc7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ads/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export const adConfig = {
1010
* Global flag to disable all ads
1111
* @default false
1212
*/
13-
disableAds: false,
13+
disableAds: true,
1414
};

0 commit comments

Comments
 (0)