From ca421374717aca0f6d18b2d9b8d7743c2087793a Mon Sep 17 00:00:00 2001 From: thecodrr Date: Mon, 5 Apr 2021 13:25:46 +0500 Subject: [PATCH] feat: allow bot crawling of app --- apps/web/public/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/robots.txt b/apps/web/public/robots.txt index 2d1aa039b..7f4904e35 100644 --- a/apps/web/public/robots.txt +++ b/apps/web/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file