Skip to content

Commit

Permalink
remove any type
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed May 28, 2024
1 parent 45a924d commit 2e4490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function CustomMDX(props: MDXRemoteProps) {
mdxOptions: {
rehypePlugins: [
[rehypeMdxCodeProps, { tagName: "code" }],
[rehypeExternalLinks, { target: "_" }] as any,
[rehypeExternalLinks, { target: "_blank" }],
],
},
}}
Expand Down

0 comments on commit 2e4490b

Please sign in to comment.