image
image copied to clipboard
Support for images returned from server api routes.
If I create a server api route in nuxt by creating a file like ~/server/api/image.get.ts that servers a file from a buffer to the client when the route (domain.tld/api/image) is called and attempt to use that inside <NuxtImage> as a source, I get a 404 error, that ipx could not find such a picture.