html - Pictures not showing up on Heroku?

后端 未结 9 1759
说谎
说谎 2021-01-15 09:09

I deployed my static HTML website to Heroku using this tutorial (http://www.lemiffe.com/how-to-deploy-a-static-page-to-heroku-the-easy-way/) and my pictures won\'t show up ?

9条回答
  •  轮回少年
    2021-01-15 09:27

    In summary, to properly load the images:
    1) Use relative url path relative to index.html
    2) image file extension needs to be png instead of jpg, and write it in lower case, eg: "cat.png"

提交回复
热议问题