You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've provided custom app icon in config.yml, which loads fine on homepage. However it won't load at privacy policy page and when looking at the imgsrc link its looking in wrong directory ie domain.com/privacypolicy/assets/appicon.png
This has been sitting here for a little while, but in case anyone out there runs into this: you've probably just got relative file paths in your config.yml instead of absolute paths. Instead of this...
app_icon: assets/appicon.png
do this:
app_icon: /assets/appicon.png
Same goes for other resources that are accessible from multiple pages, like your press kit 👍
Did something change to where this isn't working as of late? I recently loaded this template and am trying to add images to presskit.md and other pages using
![](/assets/image.png)
It shows fine in the "Preview" pane on Github, but after publishing, the images don't show up. I have older sites deployed from this template that use this exact method that work fine.
I've provided custom app icon in config.yml, which loads fine on homepage. However it won't load at privacy policy page and when looking at the imgsrc link its looking in wrong directory ie
domain.com/privacypolicy/assets/appicon.png
For example have a look at:
The text was updated successfully, but these errors were encountered: