From 6e977c4cfe8e24897a06d05f9e993a6c5884ddd5 Mon Sep 17 00:00:00 2001 From: vato007 Date: Sat, 20 Jul 2024 21:24:21 +0930 Subject: [PATCH] Add robots.txt since cloudflare messes it up --- 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