File tree 4 files changed +841
-31
lines changed
4 files changed +841
-31
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const withMDX = nextMDX({
8
8
rehypePlugins : [ rehypeSlug ] ,
9
9
// If you use `MDXProvider`, uncomment the following line.
10
10
providerImportSource : "@mdx-js/react" ,
11
+ format : 'mdx' ,
11
12
} ,
12
13
} )
13
14
Original file line number Diff line number Diff line change 23
23
"@emotion/styled" : " ^11.10.5" ,
24
24
"@fontsource/inter" : " ^4.5.14" ,
25
25
"@giscus/react" : " ^2.2.6" ,
26
- "@mdx-js/loader" : " ^1.6.22 " ,
27
- "@mdx-js/react" : " ^1.6.22 " ,
26
+ "@mdx-js/loader" : " ^2.1.5 " ,
27
+ "@mdx-js/react" : " ^2.1.5 " ,
28
28
"@next/mdx" : " ^13.0.5" ,
29
29
"apexcharts" : " 3.36.3" ,
30
30
"d3" : " ^7.8.0" ,
33
33
"framer-motion" : " ^8.4.3" ,
34
34
"gray-matter" : " ^4.0.3" ,
35
35
"next" : " ^13.1.2" ,
36
- "next-mdx-remote" : " ^3.0.8 " ,
36
+ "next-mdx-remote" : " ^4.2.1 " ,
37
37
"react" : " ^18.2.0" ,
38
38
"react-apexcharts" : " ^1.4.0" ,
39
39
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export async function getStaticProps({ params }) {
121
121
mdxOptions : {
122
122
remarkPlugins : [ ] ,
123
123
rehypePlugins : [ rehypeSlug ] ,
124
+ format : 'mdx' ,
124
125
} ,
125
126
} )
126
127
You can’t perform that action at this time.
0 commit comments