feat: fetch urls for language switcher from contentstack
This commit is contained in:
@@ -70,7 +70,7 @@ export const validateHeaderConfigSchema = z.object({
|
||||
edges: z.array(
|
||||
z.object({
|
||||
node: z.object({
|
||||
description: z.string().optional(),
|
||||
description: z.string().optional().nullable(),
|
||||
dimension: z.object({
|
||||
height: z.number(),
|
||||
width: z.number(),
|
||||
@@ -79,8 +79,8 @@ export const validateHeaderConfigSchema = z.object({
|
||||
system: z.object({
|
||||
uid: z.string(),
|
||||
}),
|
||||
title: z.string(),
|
||||
url: z.string(),
|
||||
title: z.string().nullable(),
|
||||
url: z.string().nullable(),
|
||||
}),
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user