image icon indicating copy to clipboard operation
image copied to clipboard

Support for images returned from server api routes.

Open DerLeole opened this issue 6 months ago • 0 comments

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.

DerLeole avatar Jun 18 '25 16:06 DerLeole