From de7497f2848862f726ec8cdab7f8d4c8599e596b Mon Sep 17 00:00:00 2001 From: Chad Burt Date: Tue, 4 Feb 2025 10:46:15 -0800 Subject: [PATCH] Remove X-Robots-Tag setting --- packages/client/public/_headers | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/client/public/_headers b/packages/client/public/_headers index 67e8fb36..976a014d 100644 --- a/packages/client/public/_headers +++ b/packages/client/public/_headers @@ -1,7 +1,4 @@ # Update when deploying production site -/* - X-Robots-Tag: noindex, nofollow - /static/index.html Cache-Control: no-cache, no-store, max-age=0, must-revalidate @@ -25,4 +22,6 @@ /screenshot.html Cache-Control: no-cache, no-store, max-age=0, must-revalidate + X-Robots-Tag: noindex, nofollow +