fix(modelsofproduction): render graphs
This commit is contained in:
parent
7989ba0033
commit
69c49b72b8
5 changed files with 88 additions and 47 deletions
|
|
@ -6,6 +6,7 @@ const base = z.object({
|
|||
date: z.string().optional(),
|
||||
useKatex: z.boolean().optional(),
|
||||
useD3: z.boolean().optional(),
|
||||
scripts: z.array(z.string()).optional(),
|
||||
redirect: z.string().optional(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue