Skip to content

Commit 155a3c0

Browse files
committed
fix the code block language
1 parent 1784216 commit 155a3c0

File tree

1 file changed

+2
-2
lines changed
  • app/web_development/tutorials/next-js-static-first-mdx-starterkit/mdx-plugins

1 file changed

+2
-2
lines changed

app/web_development/tutorials/next-js-static-first-mdx-starterkit/mdx-plugins/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ I digged in the code of the [@next/mdx/mdx-js-loader.js](https://github.com/verc
177177

178178
meaning that the following example will lead to the TypeError above:
179179

180-
```shell
180+
```js
181181
const withMDX = createMDX({
182182
options: {
183183
remarkPlugins: [],
@@ -188,7 +188,7 @@ const withMDX = createMDX({
188188

189189
To fix the configuration you need to use:
190190

191-
```shell
191+
```js
192192
const withMDX = createMDX({
193193
options: {
194194
remarkPlugins: [],

0 commit comments

Comments
 (0)