Skip to content

Commit

Permalink
sitemap.xml のドメイン不足を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mitonize committed Oct 28, 2023
1 parent dc12738 commit 6400682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sitemap.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ eleventyExcludeFromCollections: true
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for page in collections.all %}
<url>
<loc>{{ site.url }}{{ page.url | url }}</loc>
<loc>https://seasarorg.github.io{{ site.url }}{{ page.url | url }}</loc>
<lastmod>{{ page.date.toISOString() }}</lastmod>
</url>
{% endfor %}
Expand Down

0 comments on commit 6400682

Please sign in to comment.