nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Images are incorrectly encoded after Azure Functions Deployment

Open danielroe opened this issue 3 years ago • 0 comments

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

danielroe avatar Apr 12 '22 21:04 danielroe