From 17bffddd8b67bf6a524b57c68121a42a4c349229 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 24 Jan 2022 08:42:49 +0100 Subject: [PATCH] add robots txt --- 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