mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 06:00:36 +03:00
Add experimental Rust MDX parser
This commit is contained in:
parent
08f9d90aa3
commit
a4ee13175d
|
@ -3,6 +3,9 @@ const withMDX = require('@next/mdx')({
|
||||||
options: {
|
options: {
|
||||||
providerImportSource: '@mdx-js/react',
|
providerImportSource: '@mdx-js/react',
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
mdxRs: true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user