From 71c4d9f407b3487e43ca76dc92768495cdc98fe9 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Mon, 28 Aug 2023 10:36:01 +0200 Subject: [PATCH] website: fix changelog config --- oranda.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oranda.json b/oranda.json index 7c52ddc279..0a6856a881 100644 --- a/oranda.json +++ b/oranda.json @@ -6,7 +6,9 @@ "path_prefix": "coreutils" }, "components": { - "changelog": true + "changelog": { + "read_changelog_file": false + } }, "styles": { "theme": "light",