Change sitemap to reflect custom domain

This commit is contained in:
Thomas A. Christensen II 2021-01-27 06:24:56 -07:00
parent 10b5f78d93
commit c3fb5e3819
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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>