diff --git a/content/docs/100-getting-started/index.mdx b/content/docs/100-getting-started/index.mdx index 5cdc288..41f4b72 100644 --- a/content/docs/100-getting-started/index.mdx +++ b/content/docs/100-getting-started/index.mdx @@ -52,7 +52,7 @@ To hook Contentlayer into the `next dev` and `next build` processes, you'll want const { withContentlayer } = require('next-contentlayer') /** @type {import('next').NextConfig} */ -const nextConfig = { reactStrictMode: true, swcMinify: true } +const nextConfig = { } module.exports = withContentlayer(nextConfig) ```