vercel / serve-handler

The foundation of `serve`

Home Page:https://npmjs.com/serve-handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.html is stripped along with query params from URL

mdtausifiqbal opened this issue · 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.