From b72655da2d2070328338b020c6175ccf62f0e5c3 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 8 Dec 2024 18:17:44 +0100 Subject: [PATCH] fix: :bug: Fix URI parameters being stripped --- sws.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sws.toml b/sws.toml index 1b28545..9bd0e0d 100644 --- a/sws.toml +++ b/sws.toml @@ -21,3 +21,6 @@ page404 = "./404.html" #### Page fallback for 404s page-fallback = "./200.html" + +# Disable because it strips URI parameters +redirect-trailing-slash = false