We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a3d23 commit 4ba3ed3Copy full SHA for 4ba3ed3
sws.toml
@@ -15,12 +15,8 @@ cache-control-headers = true
15
compression = true
16
compression-level = "default"
17
18
-#### Error pages
19
-# Note: If a relative path is used then it will be resolved under the root directory.
20
-page404 = "./404.html"
21
-
22
#### Page fallback for 404s
23
-page-fallback = "./200.html"
+page-fallback = "/app/public/200.html"
24
25
# Disable because it strips URI parameters
26
redirect-trailing-slash = false
0 commit comments