Skip to content

Commit

Permalink
fix: add missing schema.ts var
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-altr committed Mar 21, 2024
1 parent 06c658b commit fc2f1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tools/envs-validator/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ const schema = yup
NEXT_PUBLIC_HOMEPAGE_PLATE_TITLE: yup.string().optional(),
NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR: yup.string(),
NEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND: yup.string(),
NEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND_IMAGE: yup.string().test(urlTest),
NEXT_PUBLIC_HOMEPAGE_SHOW_AVG_BLOCK_TIME: yup.boolean(),

// b. sidebar
Expand Down

0 comments on commit fc2f1be

Please sign in to comment.