From 22b8d091f4d15f13791b557bbdc3927e78ae0a96 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 19 Feb 2026 17:50:48 +0100 Subject: [PATCH] doc(demo): disable cookie consent --- demo/config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/config/_default/params.toml b/demo/config/_default/params.toml index cee76de..fc58117 100644 --- a/demo/config/_default/params.toml +++ b/demo/config/_default/params.toml @@ -32,7 +32,7 @@ favicon = "img/avatar.png" # GDPR Cookie Consent Configuration # When enabled, analytics and functional cookies require user consent [cookies] - enabled = true + enabled = false [cookies.categories] analytics = true