[ci] format
This commit is contained in:
parent
8425347cd5
commit
a85ea0772c
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ export const AstroConfigSchema = z.object({
|
||||||
mode: z
|
mode: z
|
||||||
.union([z.literal('md'), z.literal('mdx')])
|
.union([z.literal('md'), z.literal('mdx')])
|
||||||
.optional()
|
.optional()
|
||||||
// NOTE: "mdx" allows us to parse/compile Astro components in markdown.
|
// NOTE: "mdx" allows us to parse/compile Astro components in markdown.
|
||||||
// TODO: This should probably be updated to something more like "md" | "astro"
|
// TODO: This should probably be updated to something more like "md" | "astro"
|
||||||
.default('mdx'),
|
.default('mdx'),
|
||||||
syntaxHighlight: z
|
syntaxHighlight: z
|
||||||
.union([z.literal('shiki'), z.literal('prism'), z.literal(false)])
|
.union([z.literal('shiki'), z.literal('prism'), z.literal(false)])
|
||||||
|
|
Loading…
Add table
Reference in a new issue