Skip to content

Commit

Permalink
Remove mention of closed issue from readme
Browse files Browse the repository at this point in the history
The linked issue has been closed:
vercel/next.js#64525
  • Loading branch information
cseas authored Dec 22, 2024
1 parent 17d6598 commit 9bce7e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ A set of light utilities allowing MDX to be loaded within `getStaticProps` or `g
npm install next-mdx-remote
```

If using with Turbopack, you'll need to add the following to your `next.config.js` until [this issue](https://github.com/vercel/next.js/issues/64525) is resolved:

```diff
const nextConfig = {
+ transpilePackages: ['next-mdx-remote'],
}
```

## Examples

```jsx
Expand Down

0 comments on commit 9bce7e8

Please sign in to comment.