Skip to content

Commit

Permalink
refactor: noindex the app
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Jan 5, 2024
1 parent d213dc5 commit ec45f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/server/MetadataHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ const buildMetadata = (base: BaseMetadata): Metadata => {
rel: "apple-touch-icon-precomposed",
url: "/favicons/apple-touch-icon-152x152.png"
}
},
robots: {
index: false
}
};
};

0 comments on commit ec45f2d

Please sign in to comment.