Skip to content

Commit 44f4890

Browse files
committed
feat: Enable global ad display by setting disableAds to false
1 parent 93dcc72 commit 44f4890

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: true,
13+
disableAds: false,
1414
};

0 commit comments

Comments
 (0)