Page Route Rewrite/Sanitize without Custom Server #15243
Unanswered
mengyu-zhang-dev
asked this question in
Help
Replies: 1 comment
-
The solution I used for now is adding Then use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into an issue for supporting a (invalid?) url. I couldn't find any solutions applicable without introducing a custom server. With the removal of
documentMiddleware
experimental flag, are there any other way to rewrite/sanitize url?e.g.
https://domain.com/a?foo=bar#test/b/c
rewrite/sanitize into
https://domain.com/a/test/b/c?foo=bar
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions