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,
|
adSlot,
|
||||||
adFormat,
|
adFormat,
|
||||||
fullWidthResponsive = true,
|
fullWidthResponsive = true,
|
||||||
style,
|
style = "display:block",
|
||||||
adLayout,
|
adLayout,
|
||||||
adLayoutKey,
|
adLayoutKey,
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
@ -22,7 +22,7 @@ const AD_CLIENT = "ca-pub-6419300932495863";
|
|||||||
|
|
||||||
<ins
|
<ins
|
||||||
class="adsbygoogle"
|
class="adsbygoogle"
|
||||||
{style}
|
style={style}
|
||||||
data-ad-layout={adLayout}
|
data-ad-layout={adLayout}
|
||||||
data-ad-client={AD_CLIENT}
|
data-ad-client={AD_CLIENT}
|
||||||
data-ad-slot={adSlot}
|
data-ad-slot={adSlot}
|
||||||
|
Loading…
Reference in New Issue
Block a user