Skip to content

Commit

Permalink
fix robots meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Oct 30, 2024
1 parent 806645b commit 277aa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 277aa5e

Please sign in to comment.