This commit is contained in:
2025-05-08 12:59:46 -03:00
parent 11dd53a9eb
commit ea1f2f0f0e
6 changed files with 160 additions and 130 deletions

View File

@@ -1,12 +1,5 @@
import type { CookieConsentConfig } from "vanilla-cookieconsent";
declare global {
interface Window {
dataLayer: Record<string, any>[];
gtag: (...args: any[]) => void;
}
}
export const config: CookieConsentConfig = {
guiOptions: {
consentModal: {