From 7b44b778524930e2e4de5046abaf53af18da9486 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 15:36:23 +0100 Subject: [PATCH] Added the robots.txt asset --- client/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/public/robots.txt diff --git a/client/public/robots.txt b/client/public/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/client/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file