diff --git a/frontend/src/app/robots.ts b/frontend/src/app/robots.ts index 6d8157d6f..54ce20648 100644 --- a/frontend/src/app/robots.ts +++ b/frontend/src/app/robots.ts @@ -8,7 +8,7 @@ export const dynamic = "force-dynamic"; export default function robots(): MetadataRoute.Robots { return { rules: [ - environment.ENVIRONMENT === "dev" // switching this temporarily to ensure that the variable is being set at AWS runtime as expected, will make it "prod" after confirming in Dev + environment.ENVIRONMENT === "prod" ? { userAgent: "*", allow: "/",