serve-handler
serve-handler copied to clipboard
.html is stripped along with query params from URL
When visiting localhost:3000/foo.html?query=bar serve strips the .html?query=bar
Library version of serve is 14.0.1
Original issue: https://github.com/vercel/serve/issues/732
Can't use serve at the moment. It breaks apps.
I think setting cleanUrls option to false stops this from happening.