Change sitemap to reflect custom domain

pull/2/head
parent 10b5f78d93
commit c3fb5e3819
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -8,7 +8,7 @@ search: exclude
{% for page in site.pages %}
<url>
<loc>https://millironx.github.io{{page.url}}</loc>
<loc>https://millironx.com{{page.url}}</loc>
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
@ -17,7 +17,7 @@ search: exclude
{% for post in site.posts %}
<url>
<loc>https://millironx/github.io{{post.url}}</loc>
<loc>https://millironx.com{{post.url}}</loc>
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>

Loading…
Cancel
Save