From 7a4f30a1c9f7925bce846d50a2a9435958bf0d78 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Tue, 10 Oct 2023 15:46:56 +0200 Subject: [PATCH] add 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 0000000..14267e9 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file