From 039e66432591bbce58e52fc0fa2aa19b4de882b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 22 Mar 2020 17:39:58 +0100 Subject: [PATCH] Fix robots.txt sitemap URL --- static/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/robots.txt b/static/robots.txt index 5baa67c..5a7d1bb 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,3 @@ User-agent: * Disallow: -Sitemap: https://housesof.dev/sitemap.xml \ No newline at end of file +Sitemap: https://housesof.world/sitemap.xml \ No newline at end of file