How to have multiple imgix baseURL:s? #654
Unanswered
teodormalmborg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm need to pull image assets from two different imgix URL:s in my Nuxt 2 SSR application?
Does anyone know how this is possible?
Eg. I need this:
image: {
cloudflare: {
baseURL: 'https://imagedelivery.net/'
},
imgix: {
baseURL: 'https://myimages.imgix.net/'
},
imgix2: {
baseURL: 'https://myotherimages.imgix.net/'
}
},
Or is there a way to use another baseURL when making the request?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions