fix: latex
This commit is contained in:
parent
b024a8bbff
commit
7cfd23f61a
2 changed files with 14 additions and 8 deletions
|
|
@ -4,6 +4,8 @@ const base = z.object({
|
|||
title: z.string(),
|
||||
description: z.string().optional(),
|
||||
date: z.string().optional(),
|
||||
useKatex: z.boolean().optional(),
|
||||
useD3: z.boolean().optional(),
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue