Skip to content

Commit

Permalink
ignore type error
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 10, 2024
1 parent 5134de9 commit fff0823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/lib/mdx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export async function getDocBySlug(slug: string) {
// this is the recommended way to add custom remark/rehype plugins:
// The syntax might look weird, but it protects you in case we add/remove
// plugins in the future.
// @ts-expect-error FIXME what's wrong?
options.remarkPlugins = [
...(options.remarkPlugins ?? []),
remarkCodeSandboxURLUpdater,
Expand Down

0 comments on commit fff0823

Please sign in to comment.