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
Our build is deployed on Netlify, but our assets are external. Omitting .provider in Nuxt Image config automatically sets Netlify as the provider and breaks all external URLs even if the domain for those external assets is provided in the .domains array in Nuxt Image config.
I have tried explicitly setting netlify as the provider and adding a baseURL, however, external images are still broken in deployment.
Setting .provider to 'ipx' (the default) fixes the external image issue, but breaks internal images even if they're housed inside the public directory without subfolders.
How do we set up the default provider with external images? The documentation simply says to place all assets inside the public directory.
The text was updated successfully, but these errors were encountered:
Issue Description
Our build is deployed on Netlify, but our assets are external. Omitting .provider in Nuxt Image config automatically sets Netlify as the provider and breaks all external URLs even if the domain for those external assets is provided in the .domains array in Nuxt Image config.
I have tried explicitly setting netlify as the provider and adding a baseURL, however, external images are still broken in deployment.
Nuxt Image config:
Setting .provider to 'ipx' (the default) fixes the external image issue, but breaks internal images even if they're housed inside the public directory without subfolders.
How do we set up the default provider with external images? The documentation simply says to place all assets inside the public directory.
The text was updated successfully, but these errors were encountered: