From 4ba3ed3d374b45f485f2baa3d41e6ab073a9d62a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 9 Dec 2024 15:48:11 +0100 Subject: [PATCH] fix(build): :bug: Use correct path for 200.html fallback page --- sws.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sws.toml b/sws.toml index 9bd0e0d..7f17100 100644 --- a/sws.toml +++ b/sws.toml @@ -15,12 +15,8 @@ cache-control-headers = true compression = true compression-level = "default" -#### Error pages -# Note: If a relative path is used then it will be resolved under the root directory. -page404 = "./404.html" - #### Page fallback for 404s -page-fallback = "./200.html" +page-fallback = "/app/public/200.html" # Disable because it strips URI parameters redirect-trailing-slash = false