Disable comments when build is done locally

This commit is contained in:
Yax 2025-09-28 11:53:53 +02:00
parent 5993ec498c
commit afff273c61

View file

@ -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"
}