From eedf83a58aa96e713a0061d9cd9c5c06a92afb8f Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 18 Jan 2024 03:14:41 -0800 Subject: [PATCH] Add a robots.txt file --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file