mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
||||||
reactStrictMode: false,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
experimental: {
|
experimental: {
|
||||||
newNextLinkBehavior: true,
|
newNextLinkBehavior: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user