fix: remove filterMetaString callback from rehypePrettyCode config

This commit is contained in:
2026-06-02 01:19:38 -05:00
parent 2d2ee05025
commit 091cc56cfb

View File

@@ -33,4 +33,6 @@ const withMDX = createMDX({
}, },
}) })
export default withMDX(nextConfig) const config = withMDX(nextConfig)
config.turbopack = undefined
export default config