mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix(build): 🐛 Use correct path for 200.html fallback page
This commit is contained in:
parent
93a3d233d0
commit
4ba3ed3d37
6
sws.toml
6
sws.toml
|
|
@ -15,12 +15,8 @@ cache-control-headers = true
|
||||||
compression = true
|
compression = true
|
||||||
compression-level = "default"
|
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 for 404s
|
||||||
page-fallback = "./200.html"
|
page-fallback = "/app/public/200.html"
|
||||||
|
|
||||||
# Disable because it strips URI parameters
|
# Disable because it strips URI parameters
|
||||||
redirect-trailing-slash = false
|
redirect-trailing-slash = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue