chore: update types of privacy policy and terms of use, connect to crm
This commit is contained in:
@@ -155,8 +155,8 @@ const siteConfig = defineCollection({
|
||||
title: z.string(),
|
||||
description: z.string().nullable(),
|
||||
contacts: z.array(contactSchema),
|
||||
privacyPolicy: z.object({ url: z.string() }).nullable(),
|
||||
termsOfUse: z.object({ url: z.string() }).nullable(),
|
||||
privacyPolicy: z.string().nullable(),
|
||||
termsOfUse: z.string().nullable(),
|
||||
}),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user