feat(SW-1846): Added query to fetch metadata on start page

* feat(SW-1846): Added query to fetch metadata on start page


Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-03-13 09:11:30 +00:00
parent 91c36ee41c
commit a1303d3dae
5 changed files with 32 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ export const rawMetadataSchema = z.object({
.object({
heading: z.string().optional().nullable(),
preamble: z.string().optional().nullable(),
hero_image: tempImageVaultAssetSchema.nullable(),
})
.optional()
.nullable(),