From c6297fd81b57c46d6071001ec07a99e7471094e9 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 23 Dec 2023 10:52:47 +0100 Subject: [PATCH] feat: add robots.txt, google may monch --- www/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/robots.txt diff --git a/www/robots.txt b/www/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/www/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file