From 38a72741d5949dbb715677a5de801eca0338dfa7 Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sat, 21 Jun 2025 07:11:07 +0800 Subject: [PATCH] fix: Use full link for sitemap.xml in robots.txt Refers to https://en.wikipedia.org/wiki/Robots.txt#Sitemap --- public/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index b08aee5..a080e66 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: /sitemap.xml +Sitemap: https://www.psychoscales.org/sitemap.xml