cookie-consent/examples/next-app/lib/consent-config.js
Pdn Technology 9a001197e1
Some checks are pending
CI / test (20) (push) Waiting to run
CI / test (22) (push) Waiting to run
Tema ayarları eklendi
2026-06-20 08:58:11 +03:00

10 lines
217 B
JavaScript

import { configureConsent } from "@pdntechnology/cookie-consent";
configureConsent({
storageKey: "demo_cookie_consent",
waitForUpdateMs: 500,
adsDataRedaction: true,
urlPassthrough: true,
debug: false,
});