Commit f418a14
Fix TypeScript compilation error in blog page MDX components
Use 'as any' type assertion for MDX components to resolve type compatibility
issue between fumadocs-ui/mdx defaultMdxComponents and MDXComponents type.
This allows the build to complete successfully while maintaining runtime
correctness.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 9cd2682 commit f418a14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments