Although I set the following in config.rb I still get broken image links on my published gh-pages site (../images instead of images):
activate :relative_assets
set :relative_links, true
How can I make sure gh-pages are published with the right path here?
Although I set the following in config.rb I still get broken image links on my published gh-pages site (
../imagesinstead ofimages):How can I make sure gh-pages are published with the right path here?