From 9b473e2f65bd020b6712992d93da087a9d96abde Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Fri, 14 Jun 2019 19:34:27 -0400 Subject: [PATCH] Add robots.txt (#85) --- client/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/public/robots.txt diff --git a/client/public/robots.txt b/client/public/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/client/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file