mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 08:55:48 +01:00
enable reactStrictMode
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = withBundleAnalyzer({
|
||||
images: {
|
||||
domains: ['cdn.jsdelivr.net'],
|
||||
},
|
||||
reactStrictMode: false,
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user