From 2ad1885f0779a098bb4c1aef17e4ce78f1468303 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 29 May 2025 11:07:04 -0700 Subject: [PATCH] add robots.txt --- resources/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/robots.txt diff --git a/resources/robots.txt b/resources/robots.txt new file mode 100644 index 000000000..14267e903 --- /dev/null +++ b/resources/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file