Change sitemap to reflect custom domain
This commit is contained in:
parent
10b5f78d93
commit
c3fb5e3819
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ search: exclude
|
||||||
|
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
<url>
|
<url>
|
||||||
<loc>https://millironx.github.io{{page.url}}</loc>
|
<loc>https://millironx.com{{page.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
|
@ -17,7 +17,7 @@ search: exclude
|
||||||
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<url>
|
<url>
|
||||||
<loc>https://millironx/github.io{{post.url}}</loc>
|
<loc>https://millironx.com{{post.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
|
|
Loading…
Reference in a new issue