mpercivalxyz

this website!
Log | Files | Refs

commit c7646eb78d528b59642a1002a90ccf82ea7e30f5
parent b658a63eb9fb8af7080108ff9b82ff814ebf40d9
Author: Michael Percival <m@michaelpercival.xyz>
Date:   Wed, 13 May 2026 14:37:07 +0100

updating timeout config parameter

Diffstat:
Mconfig.toml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml @@ -1,6 +1,7 @@ -baseURL = 'https://michaelpercival.xyz' +baseURL = 'https://michaelpercival.dev' languageCode = 'en-gb' title = "Michael Percival's Home Page" +timeout = '120s' [[module.mounts]] source = 'static'