mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 23:21:44 +03:00
chore: enable react strict mode (#1125)
This commit is contained in:
parent
b1298c4d3e
commit
736fbff41a
@ -37,7 +37,7 @@ const getRedirectConfig = profile => {
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
productionBrowserSourceMaps: true,
|
||||
reactStrictMode: false,
|
||||
reactStrictMode: true,
|
||||
swcMinify: false,
|
||||
publicRuntimeConfig: {
|
||||
NODE_ENV: process.env.NODE_ENV,
|
||||
|
Loading…
Reference in New Issue
Block a user