feat: improve UX

This commit is contained in:
thomas
2024-01-18 16:13:25 +01:00
parent adf07d0c7c
commit 789762fc38
5 changed files with 53 additions and 22 deletions

View File

@@ -47,6 +47,10 @@ const i18n = defineCollection({
'challenge.footer.communityAnswers': z.string(),
'challenge.footer.authorAnswer': z.string(),
'challenge.footer.blogPost': z.string(),
'challenge.footer.gettingStarted': z.object({
title: z.string(),
link: z.string(),
}),
})
.partial(),
}),