Skip to content

Commit

Permalink
Merge branch 'main' into feature/next-export-optimize-images
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf authored Aug 30, 2024
2 parents 6030350 + 33f2b9d commit e23d7cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const schema = z.object({
github: z.string().url(),
blog: z.string().url().optional(),
copyright: z.string(),
footerTwitter: z.string().url(),
footerTelegram: z.string().url(),
footerTwitter: z.string().url().optional(),
footerTelegram: z.string().url().optional(),
footerDiscord: z.string().url().optional(),
footerGitHub: z.string().url(),
footerGitHub: z.string().url().optional(),
metaTitle: z.string(),
metaDescription: z.string(),
metaIcon: z.string().url(),
Expand Down

0 comments on commit e23d7cd

Please sign in to comment.