shaunchander / astro-pwa-starter

✨ An opinionated Astro starter for building robust static websites.
astro-pwa-starter.vercel.app
200 stars 44 forks source link

External images doesn't show up in PWA #8

Open ziriuz84 opened 1 year ago

ziriuz84 commented 1 year ago

I'm trying to make my first PWA with your starter. I put an img tag on a page that have as source an external image (a webcam image). It works on browser version, but in PWA version it doesn't find the image source. I tried both inserting directly img tag or fetch the image as a blob and creating the img element via typescript.

Do you have any idea of what I'm making wrong?

shaunchander commented 1 year ago

@ziriuz84 sorry for late reply - could you link a CodeSanbox or code sample with the issue?