Skip to content

Commit 4ba3ed3

Browse files
committed
fix(build): 🐛 Use correct path for 200.html fallback page
1 parent 93a3d23 commit 4ba3ed3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sws.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ cache-control-headers = true
1515
compression = true
1616
compression-level = "default"
1717

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-
2218
#### Page fallback for 404s
23-
page-fallback = "./200.html"
19+
page-fallback = "/app/public/200.html"
2420

2521
# Disable because it strips URI parameters
2622
redirect-trailing-slash = false

0 commit comments

Comments
 (0)