.html is stripped along with query params from URL
mdtausifiqbal opened this issue · 2 comments
mdtausifiqbal commented
When visiting localhost:3000/foo.html?query=bar
serve strips the .html?query=bar
Library version of serve
is 14.0.1
trusktr commented
Original issue: vercel/serve#732
Can't use serve
at the moment. It breaks apps.
thorsent commented
I think setting cleanUrls option to false stops this from happening.