mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
feat: added adsense on /free page
This commit is contained in:
parent
2e589091d8
commit
2eaf4fbce1
6 changed files with 149 additions and 1 deletions
|
|
@ -18,4 +18,13 @@ NEXT_PUBLIC_POSTHOG_KEY=
|
|||
|
||||
# Cloudflare Turnstile CAPTCHA for anonymous chat abuse prevention
|
||||
# Get your site key from https://dash.cloudflare.com/ -> Turnstile
|
||||
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
|
||||
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
|
||||
|
||||
# Google AdSense (optional, only enables ads on the /free hub page).
|
||||
# Publisher ID from your AdSense dashboard, e.g. ca-pub-XXXXXXXXXXXXXXXX.
|
||||
# Leave empty to disable ad rendering entirely.
|
||||
NEXT_PUBLIC_GOOGLE_ADSENSE_CLIENT_ID=
|
||||
# Ad unit slot IDs from AdSense dashboard -> Ads -> By ad unit.
|
||||
# Leave empty to hide individual slots while keeping the script loaded.
|
||||
NEXT_PUBLIC_GOOGLE_ADSENSE_SLOT_FREE_HUB_IN_CONTENT=
|
||||
NEXT_PUBLIC_GOOGLE_ADSENSE_SLOT_FREE_HUB_BEFORE_FAQ=
|
||||
Loading…
Add table
Add a link
Reference in a new issue