On the link in the https problem
ilovesusu opened this issue · 2 comments
ilovesusu commented
I come from China, visit github pages only through the https, but the hexo-generator-sitemap generated sitemap.xml document is only http. What should i do
see it sitemap.xml
NoahDragon commented
In your _config.yml file set your website url to https:
url: https://yoursite.domain.com
ilovesusu commented
Thank you