Skip to content

Commit

Permalink
Update robots.tsx URGENT CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
Suboyyy authored Sep 27, 2024
1 parent 9f70f33 commit 159924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/robots.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MetadataRoute } from 'next';

export default function robots(): MetadataRoute.Robots {
if (process.env.ENVIRONMENT === 'production') {
if (process.env.NODE_ENV === 'production') {
return {
rules: {
userAgent: '*',
Expand Down

0 comments on commit 159924d

Please sign in to comment.