From 9dcd26b9b1f066fe81b867eab144ceb7b031deeb Mon Sep 17 00:00:00 2001 From: Mejituu Date: Sun, 29 Jan 2023 19:07:47 +0800 Subject: [PATCH] :bug: Fix: sitemap.xml link in robots.txt doesn't point to main sitemap (#276) --- layouts/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index f721d368..5815470c 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -65,4 +65,4 @@ Disallow: / User-agent: ZoominfoBot Disallow: / -Sitemap: {{ "/sitemap.xml" | absLangURL }} +Sitemap: {{ "/sitemap.xml" | absURL }}