nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
273 stars 29 forks source link

NUXT_APP_CDN_URL ignored when serving images #635

Open IlyaSemenov opened 1 year ago

IlyaSemenov commented 1 year ago

Environment

Reproduction

https://github.com/IlyaSemenov/nuxt-cdn-images-ignored

Describe the bug

When I start the production build with NUXT_APP_CDN_URL, it is used to serve scripts but images are still loaded from /_nuxt/ (not from CDN).

Additional context

In Nuxt 3, images are also loaded from NUXT_APP_CDN_URL (see folder nuxt3 in the reproduction repo) so this is a regression.

Logs

No response

uoorak commented 3 months ago

I have the same question.