vercel/serve-handler

.html is stripped along with query params from URL

mdtausifiqbal opened this issue · 2 comments

When visiting localhost:3000/foo.html?query=bar serve strips the .html?query=bar

Library version of serve is 14.0.1

Original issue: vercel/serve#732

Can't use serve at the moment. It breaks apps.

I think setting cleanUrls option to false stops this from happening.