We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1784216 commit 155a3c0Copy full SHA for 155a3c0
app/web_development/tutorials/next-js-static-first-mdx-starterkit/mdx-plugins/page.mdx
@@ -177,7 +177,7 @@ I digged in the code of the [@next/mdx/mdx-js-loader.js](https://github.com/verc
177
178
meaning that the following example will lead to the TypeError above:
179
180
-```shell
+```js
181
const withMDX = createMDX({
182
options: {
183
remarkPlugins: [],
@@ -188,7 +188,7 @@ const withMDX = createMDX({
188
189
To fix the configuration you need to use:
190
191
192
193
194
0 commit comments