From 5df11daf22e9d6fe242ade28dae7402c5e15f253 Mon Sep 17 00:00:00 2001 From: Dallas Hoffman Date: Sat, 30 Sep 2023 16:34:14 -0400 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..6f27bb6 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file