Skip to content

Commit

Permalink
fix: sitemap.xml link in robots.txt doesn't point to main sitemap (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mejituu authored Jan 29, 2023
1 parent 7a1dbad commit 7cd3749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Disallow: /
User-agent: *
Allow: /

Sitemap: {{ "/sitemap.xml" | absLangURL }}
Sitemap: {{ "/sitemap.xml" | absURL }}

1 comment on commit 7cd3749

@vercel
Copy link

@vercel vercel bot commented on 7cd3749 Jan 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.