image
image copied to clipboard
Hosting generated static images on another place
I'm using nuxt generate to generate static images at the .output/public/_ipx/ folder. However, I want to host these images on another machine.
Using image.ipx.baseURL cannot solve this problem because that option shouldn't contain any domains.
I suggest providing a new option for this(like image.ipx.cdnURL) and document this use case clearly.
If you think this make sense, I wound like to make a contribution.