googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

Error in the style file for the path of the images #139

Closed berthos closed 5 years ago

berthos commented 6 years ago

The png files can't be found because of the bad path in the style file. For example .weather-forecast .icon.windy { background-image: url("/images/wind.png"); } instead of .weather-forecast .icon.windy { background-image: url("../images/wind.png"); }

petele commented 5 years ago

Hi!

Thanks for the feedback. I've rewritten the codelab from scratch and believe I have fixed this issue. The code has been updated, I'm just waiting for the guide to go live. In the meantime, I've deployed the codelab at https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/.

If you find any issues with the new codelab, please let us know!

Thanks!