mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Fix URI parameters being stripped
This commit is contained in:
parent
73ca0fb18b
commit
b72655da2d
1 changed files with 3 additions and 0 deletions
3
sws.toml
3
sws.toml
|
|
@ -21,3 +21,6 @@ page404 = "./404.html"
|
||||||
|
|
||||||
#### Page fallback for 404s
|
#### Page fallback for 404s
|
||||||
page-fallback = "./200.html"
|
page-fallback = "./200.html"
|
||||||
|
|
||||||
|
# Disable because it strips URI parameters
|
||||||
|
redirect-trailing-slash = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue