Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Transpile next-mdx-remote
Browse files Browse the repository at this point in the history
Needed for use with Turbopack (vercel/next.js#64525)
  • Loading branch information
vandorsx committed Jun 6, 2024
1 parent cbe77aa commit 60105ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const nextConfig = {
static: 5 * 60,
},
},
transpilePackages: ["next-mdx-remote"],
};

export default withMDX()(nextConfig);

0 comments on commit 60105ec

Please sign in to comment.