diff --git a/app/(pages)/layout.tsx b/app/(pages)/layout.tsx index c7fc9fef..cdf39946 100644 --- a/app/(pages)/layout.tsx +++ b/app/(pages)/layout.tsx @@ -13,7 +13,7 @@ export const metadata = { description: 'Achieve lasting behavior changes with your clients. Streamline data collection, create data-driven protocols and easily monitor progress.', robots: - process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' + process.env.VERCEL_ENV === 'production' ? undefined : { follow: false,