From 919f1226260902c3a36e014aab5f65d93d9e1401 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Sun, 18 Feb 2024 15:32:05 +0100 Subject: [PATCH] chore: 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