From 2ed8f383eddca6d137b5e8eb0958bfd58ff63c80 Mon Sep 17 00:00:00 2001 From: timd Date: Fri, 27 Dec 2024 17:50:16 -0700 Subject: [PATCH] fix(robots): full path to sitemap --- static/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/robots.txt b/static/robots.txt index 2ac5721..d5dfdec 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,3 @@ User-agent: * Disallow: -Sitemap: /sitemap.xml \ No newline at end of file +Sitemap: https://nrd.sh/sitemap.xml \ No newline at end of file