From 0bb7a3a8be2d8afa4bc1f96a0f2b33ff2eefd163 Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 5 Mar 2025 12:37:21 +0000 Subject: [PATCH] fix: allow index of everything in robots.txt (#25) Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/25 Co-authored-by: vlw Co-committed-by: vlw --- 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