From c3fb5e3819ae52f5106410323f46f7a9a1c1ae7b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 27 Jan 2021 06:24:56 -0700 Subject: [PATCH] Change sitemap to reflect custom domain --- sitemap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitemap.xml b/sitemap.xml index a74f4d8..bc797b3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -8,7 +8,7 @@ search: exclude {% for page in site.pages %} - https://millironx.github.io{{page.url}} + https://millironx.com{{page.url}} {{site.time | date: '%Y-%m-%d' }} daily 0.5 @@ -17,7 +17,7 @@ search: exclude {% for post in site.posts %} - https://millironx/github.io{{post.url}} + https://millironx.com{{post.url}} {{site.time | date: '%Y-%m-%d' }} daily 0.5