You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: