mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
Add MDX to Next
This commit is contained in:
parent
f00c4f7e19
commit
a1da151f3e
|
@ -1,7 +1,9 @@
|
||||||
|
const withMDX = require("@next/mdx")();
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = withMDX({
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
}
|
});
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user