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