From 2f810ec65b584352c4fa9610323a4043519c2cf5 Mon Sep 17 00:00:00 2001 From: miyuko Date: Mon, 27 Jul 2026 17:24:39 +0100 Subject: [PATCH] Fix type of `[[wildcard]].max-preview-lifetime` in the example config. --- conf/config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.example.toml b/conf/config.example.toml index 018a3d3..94b5237 100644 --- a/conf/config.example.toml +++ b/conf/config.example.toml @@ -16,7 +16,7 @@ clone-url = "https://codeberg.org//.git" index-repo = "pages" index-repo-branch = "main" authorization = "forgejo" -max-preview-lifetime = "7d" +max-preview-lifetime = 7 # in days [fallback] # non-default section proxy-to = "https://codeberg.page"