fix: remove filterMetaString callback from rehypePrettyCode config
This commit is contained in:
@@ -33,4 +33,6 @@ const withMDX = createMDX({
|
||||
},
|
||||
})
|
||||
|
||||
export default withMDX(nextConfig)
|
||||
const config = withMDX(nextConfig)
|
||||
config.turbopack = undefined
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user