Skip to content

Commit

Permalink
fix(robots.txt): set correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 20, 2024
1 parent f407857 commit 564154d
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
@@ -1,4 +1,4 @@
User-agent: *
Disallow:

Sitemap: {{ .Site.BaseURL }}sitemap.xml
Sitemap: {{ .Site.BaseURL }}/sitemap.xml

0 comments on commit 564154d

Please sign in to comment.