From 545604b1655a87e7f968b5a719279cff57f5e048 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 10 Apr 2023 16:02:34 +0800 Subject: [PATCH] update robots.txt --- client/public/robots.txt | 3 --- client/src/app/robots.txt | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 client/public/robots.txt create mode 100644 client/src/app/robots.txt diff --git a/client/public/robots.txt b/client/public/robots.txt deleted file mode 100644 index 2cd6428..0000000 --- a/client/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-Agent: * -Allow: /$ -Disallow: / diff --git a/client/src/app/robots.txt b/client/src/app/robots.txt new file mode 100644 index 0000000..26b4d70 --- /dev/null +++ b/client/src/app/robots.txt @@ -0,0 +1,2 @@ +User-Agent: * +Allow: / \ No newline at end of file