Re-enable strict mode

This commit is contained in:
r-freeman 2023-01-17 21:52:47 +00:00
parent a5d262bcf2
commit d87ee48501

View File

@ -5,7 +5,7 @@ import rehypePrism from '@mapbox/rehype-prism'
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
reactStrictMode: false,
reactStrictMode: true,
swcMinify: true,
experimental: {
newNextLinkBehavior: true,