jenkin / pasta-timers-app

Don't miss pasta cooking times anymore!
https://pastatimers.app
MIT License
3 stars 5 forks source link

SVG images are not cached #3

Closed jenkin closed 4 years ago

jenkin commented 4 years ago

When in offline mode, SVG images (embedded with a simple img tag) are not shown because of a cache issue.

Hints:

jenkin commented 4 years ago

Maybe we should import them into the bundle: https://create-react-app.dev/docs/adding-images-fonts-and-files#adding-svgs.