Skip to content

Commit 77f25a9

Browse files
committed
fix(layout.tsx): update ezstandalone configuration to enable anchor and sideRails for better ad placement
1 parent 7cc89d0 commit 77f25a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/[locale]/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ export default async function RootLayout({ params, children }: RootLayoutProps)
270270
ezstandalone.cmd.push(function() {
271271
ezstandalone.enable();
272272
ezstandalone.initRewardedAds({
273-
anchor: false,
273+
anchor: true,
274274
interstitial: true,
275275
video: true,
276-
sideRails: false
276+
sideRails: true
277277
});
278278
});
279279
window.ezRewardedAds = window.ezRewardedAds || {};

0 commit comments

Comments
 (0)