From a477f55b23fca4fecee47694b5f67a282c759b64 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:52:25 +0530 Subject: [PATCH] [WEB-3509] chore: disable search indexing for space app (#6735) --- space/app/layout.tsx | 1 + space/public/robots.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 space/public/robots.txt diff --git a/space/app/layout.tsx b/space/app/layout.tsx index 60a7287eb..96a192273 100644 --- a/space/app/layout.tsx +++ b/space/app/layout.tsx @@ -30,6 +30,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) +