fix: correct acount page linking

This commit is contained in:
Arvid Norlin
2024-05-06 12:44:32 +02:00
parent 2a46fe6572
commit 16634abbbf
4 changed files with 35 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ const loyaltyPageShortcuts = z.object({
url: z.string(),
web: z
.object({
original_url: z.string(),
original_url: z.string().optional(),
})
.optional(),
title: z.string(),