Davide
Davide
This is a vinxi issue right? Vinxi sends the hmr update to replace the css, classes don't match anymore, styling disappears and reload is required. No sure if there is...
This is what I could find out. [kv-asset-handler](https://github.com/cloudflare/kv-asset-handler) tries to determine the type of `/favicon.ico` with [mime](https://github.com/broofa/mime), fails and loads `/favicon.ico/index.html`. The interessting thing is that `ico` and other extensions...
The answer was right there...🤦♂️ This was [fixed for the pages preset](https://github.com/unjs/nitro/pull/933). There is an open issue for the [cloudflare preset](https://github.com/unjs/nitro/issues/281) and apperently also applies to cloudflare_module. mime/lite seems to...
Yes, looks like this works too.
I don't have much of an opinion about returning a response. It's an additional option that h3 doesn't have. Maybe convenient to some and makes `onRequest` and `onBeforeResponse` a bit...