From afff273c610dae307ec1f6d875f8461baf85684b Mon Sep 17 00:00:00 2001 From: Yax Date: Sun, 28 Sep 2025 11:53:53 +0200 Subject: [PATCH] Disable comments when build is done locally --- params-local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/params-local.json b/params-local.json index 4e8165c..cbc8291 100644 --- a/params-local.json +++ b/params-local.json @@ -2,7 +2,8 @@ "title": "Le blog du Yax", "subtitle": "GNU, Linux, BSD et autres libertés", "author": "Yax", - "site_url": "http://127.0.0.1:8000", + "site_url": "http://127.0.0.1:8000", "stacosys_url": "http://127.0.0.1:8100/api", + "stacosys_url": "", "external_check": "./check_git.sh" }