From 6527c67d31a2918f23f2b90f3b84bad2f19e2044 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 15 Feb 2024 21:56:17 +0100 Subject: [PATCH] Added robots.txt --- 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 000000000..77470cb39 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file