fix(build): 🐛 Use correct path for 200.html fallback page

This commit is contained in:
Jesse Wierzbinski 2024-12-09 15:48:11 +01:00
parent 93a3d233d0
commit 4ba3ed3d37
No known key found for this signature in database

View file

@ -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