This fixes a regression I introduced yesterday in #15, where at the moment, if you refresh on one of the JS-routes, you just see a 404. I thought about sending all requests to index.html, but that would also make any request look valid, and we kinda want the server to show 404 for invalid stuff, so an allow-list like this is probably the best approach.
This fixes a regression I introduced yesterday in #15, where at the moment, if you refresh on one of the JS-routes, you just see a 404. I thought about sending all requests to
index.html
, but that would also make any request look valid, and we kinda want the server to show 404 for invalid stuff, so an allow-list like this is probably the best approach.r? @ksy36