jayvdb/jekyll-netlify

Set site.url

jayvdb opened this issue · 1 comments

Jekyll uses site.url for providing absolute urls when it is needed, such as is good practise in files like feed.xml, robots.txt and sitemap.xml.

Mostly fixed in e7efada

It only uses the git hash identified URL for branches & PRs , as that is the only URL which is always correct.

I feel like there should be some switch to allow the less precise, but more useful, branch name and deploy-preview URLs.