mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
fix(layout.tsx): update ezstandalone configuration to enable anchor and sideRails for better ad placement
This commit is contained in:
@@ -270,10 +270,10 @@ export default async function RootLayout({ params, children }: RootLayoutProps)
|
||||
ezstandalone.cmd.push(function() {
|
||||
ezstandalone.enable();
|
||||
ezstandalone.initRewardedAds({
|
||||
anchor: false,
|
||||
anchor: true,
|
||||
interstitial: true,
|
||||
video: true,
|
||||
sideRails: false
|
||||
sideRails: true
|
||||
});
|
||||
});
|
||||
window.ezRewardedAds = window.ezRewardedAds || {};
|
||||
|
||||
Reference in New Issue
Block a user