Set up real AdSense ad slots #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ad slots (
src/components/ad-slot.tsx) render placeholder text like "Ad · 728×90 leaderboard · slot=header".Need to:
<ins class="adsbygoogle">tagsUpdated AdSlot component (commit
7b78c03):adClientandadSlotprops to AdSlotProps<ins class="adsbygoogle">withdata-ad-client,data-ad-slot,data-ad-format=auto, anddata-full-width-responsive=trueadsbygoogle.js) still needs to be wired in the layout head separately (tracked in issue checklist)Closes #22
Implemented in
2ff6e80. adClient and adSlot props now default to PUBLIC_ADSENSE_CLIENT / PUBLIC_ADSENSE_SLOT env vars. Auto-closed by commit.