From 06812d2048d6de812acbde951c2b0d813362a277 Mon Sep 17 00:00:00 2001 From: Rui Saraiva Date: Tue, 6 Oct 2020 01:08:07 +0100 Subject: [PATCH] feat: add robots.txt file --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..26b4d70 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-Agent: * +Allow: / \ No newline at end of file