I'm trying to develop a PWA using this starter https://github.com/shaunchander/astro-pwa-starter. I tried to insert an external image using a normal img tag o fetching a blob and inserting it in img element via typescript. It works without problem in browser version, but it doesn't work in PWA, it's like it doesn't find the file.
Any idea on what I'm doing wrong? It's my first PWA