Skip to content

Commit fa2a093

Browse files
committed
add site hostname
1 parent 54e08b3 commit fa2a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sitemap.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ eleventyExcludeFromCollections: true
1010
and 'scraping-websites-for-data/' not in page.url
1111
)%}
1212
<url>
13-
<loc>{{ site.url }}{{ page.url | url }}</loc>
13+
<loc>https://paulooi.ca{{ page.url | url }}</loc>
1414
<lastmod>{{ page.date.getFullYear() }}-{{ page.date.getMonth() }}-{{ page.date.getDate() }}</lastmod>
1515
</url>{% endif %}{% endfor %}
1616
</urlset>

0 commit comments

Comments
 (0)