nitrojs / nitro

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

fix(cloudflare): support custom `baseURL` #2821

Closed atinux closed 1 day ago

atinux commented 3 days ago

🔗 Linked issue

Similar to #2464

Resolves https://github.com/nuxt-hub/core/issues/356

❓ Type of change

📚 Description

Add support of baseURL to the Cloudflare preset.

I also tested the result without the baseURL and it works like before.