From cb1b4915148b3d1ec113de913af9f594911b8387 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Thu, 8 Aug 2024 07:20:02 -0400 Subject: [PATCH] Set robots.txt to allow all --- static/robots.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/robots.txt b/static/robots.txt index ba0d14348..14267e903 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,5 +1,2 @@ -# Placeholder file. Overwritten in production by setting enableRobotsTXT to true -# See config/production/hugo.yaml -# User-agent: * -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file