We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee9de3 commit 1d95b5eCopy full SHA for 1d95b5e
1 file changed
next.config.mjs
@@ -7,7 +7,6 @@ const withBundleAnalyzer = bundleAnalyzer({
7
})
8
9
export default withBundleAnalyzer({
10
- reactStrictMode: true,
11
images: {
12
remotePatterns: [
13
{ protocol: 'https', hostname: 'lh3.googleusercontent.com' },
@@ -16,15 +15,5 @@ export default withBundleAnalyzer({
16
15
hostname: 'avatars.githubusercontent.com'
17
}
18
]
19
- },
20
-
21
- webpack(config) {
22
- config.externals.push({
23
- // Unused, is here to surpress errors
24
- '@aws-sdk/signature-v4-crt': '@aws-sdk/signature-v4-crt',
25
- 'aws-crt': 'aws-crt'
26
- })
27
28
- return config
29
30
0 commit comments