Skip to content

Commit 97533a9

Browse files
committed
hack tsc
1 parent ce6ae41 commit 97533a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mdx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ export async function getFileBySlug(slug: string) {
429429
],
430430
},
431431
],
432-
[rehypePrismPlus, {ignoreMissing: true}],
432+
[rehypePrismPlus, {ignoreMissing: true}] as any,
433433
rehypeOnboardingLines,
434-
[rehypePrismDiff, {remove: true}],
434+
[rehypePrismDiff, {remove: true}] as any,
435435
rehypePresetMinify,
436436
];
437437
return options;

0 commit comments

Comments
 (0)