unjs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.unjs.io
MIT License
5.89k stars 496 forks source link

fix(cloudflare-pages): remove `.html` extension from `_routes.json` #2498

Closed atinux closed 3 months ago

atinux commented 3 months ago

I noticed that pre-rendering was not working on Cloudflare Pages as it redirects /static/index.html to /static and not take into account the pre-rendered file.