fix: redirect with query

This commit is contained in:
sokumon 2025-12-08 11:26:00 +05:30
parent e5b7bab26c
commit d038cdec5c

View file

@ -64,7 +64,7 @@ website_route_rules = [
]
website_redirects = [
{"source": r"/app/(.*)", "target": r"/desk/\1"},
{"source": r"/app/(.*)", "target": r"/desk/\1", "match_with_query_string": True},
{"source": "/apps", "target": "/desk"},
{"source": "/app", "target": "/desk"},
]