fix: FAQ in NuxtContent
FAQ converted to NuxtContent
This commit is contained in:
parent
8668b96eff
commit
48efe0f75b
14 changed files with 151 additions and 96 deletions
|
@ -18,6 +18,14 @@ export default defineContentConfig({
|
|||
position: z.string(),
|
||||
}),
|
||||
})
|
||||
}),
|
||||
|
||||
faq: defineCollection({
|
||||
type: 'page',
|
||||
source: 'snippets/faq/*.md',
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
})
|
||||
})
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue