mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +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} */
|
||||
const nextConfig = {
|
||||
const nextConfig = withMDX({
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig;
|
||||
|
|
Loading…
Reference in New Issue
Block a user