Re-add the cookie consent banner (one-line flip) - #85
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Flip NEXT_PUBLIC_COOKIE_CONSENT to default ON: the consent banner and footer 'Cookie settings' link are shown again, region detection runs, and Google Analytics only loads after the visitor agrees. Set NEXT_PUBLIC_COOKIE_CONSENT=off to opt back out.
lksbrssr
force-pushed
the
chore/reenable-cookie-banner
branch
from
July 24, 2026 10:09
c47cdcb to
725aa3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to #84 — the easy "add it back" button
This PR restores the cookie consent banner. It's intentionally tiny: the whole flow already lives in the repo behind the
NEXT_PUBLIC_COOKIE_CONSENTflag introduced in #84, so re-enabling is a one-line default flip.Merging this makes the consent banner show again by default:
NEXT_PUBLIC_COOKIE_CONSENT=offstill opts back out at any time.How to use
NEXT_PUBLIC_COOKIE_CONSENT=on).Files changed
src/lib/cookie-consent.ts— flag defaulton(=== 'on'→!== 'off').env.example/README.md— doc the flipped default