mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +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: {
|
||||
providerImportSource: '@mdx-js/react',
|
||||
},
|
||||
experimental: {
|
||||
mdxRs: true,
|
||||
},
|
||||
})
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user