From a501a16aeb99295f10fb81b257cbf8971df048ed Mon Sep 17 00:00:00 2001 From: vlw Date: Thu, 13 Feb 2025 16:15:17 +0000 Subject: [PATCH] fix: allow index of everything in robots.txt --- public/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 6f27bb6..14267e9 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: \ No newline at end of file +Allow: / \ No newline at end of file