mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:35:40 +00:00
Re-enable strict mode
This commit is contained in:
parent
a5d262bcf2
commit
d87ee48501
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user