hexojs/hexo-generator-sitemap

On the link in the https problem

ilovesusu opened this issue · 2 comments

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

In your _config.yml file set your website url to https:

url: https://yoursite.domain.com

Thank you