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