Skip to content

Commit

Permalink
added a few more reserved words
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Sep 22, 2022
1 parent d142f25 commit 2395826
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export const RESERVED_KEYS = [
"stats",
"placeholder",
"blog",
"careers",
"features",
"contact",
"terms",
"privacy",
];

export const COUNTRIES: { [key: string]: string } = {
Expand Down

0 comments on commit 2395826

Please sign in to comment.