mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
website: ads not showing up
This commit is contained in:
parent
c615d48e27
commit
61d34963fa
@ -12,7 +12,7 @@ const {
|
||||
adSlot,
|
||||
adFormat,
|
||||
fullWidthResponsive = true,
|
||||
style,
|
||||
style = "display:block",
|
||||
adLayout,
|
||||
adLayoutKey,
|
||||
} = Astro.props;
|
||||
@ -22,7 +22,7 @@ const AD_CLIENT = "ca-pub-6419300932495863";
|
||||
|
||||
<ins
|
||||
class="adsbygoogle"
|
||||
{style}
|
||||
style={style}
|
||||
data-ad-layout={adLayout}
|
||||
data-ad-client={AD_CLIENT}
|
||||
data-ad-slot={adSlot}
|
||||
|
Loading…
Reference in New Issue
Block a user