nitro
nitro copied to clipboard
Images are incorrectly encoded after Azure Functions Deployment
When deploying a Nitro app with the azure-functions preset, static Images such as .pngs and .jpgs are rendered incorrectly. (They are converted to string, which messes with their encoding.)
Issues to check:
- is this a limitation of azure functions? (not serving binary files)
- could this be resolved with something similar to https://github.com/unjs/nitro/issues/96?
context: https://github.com/nuxt/framework/issues/1534