Skip to content

Commit 1d95b5e

Browse files
committed
chore: update next.js config
1 parent 7ee9de3 commit 1d95b5e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

next.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const withBundleAnalyzer = bundleAnalyzer({
77
})
88

99
export default withBundleAnalyzer({
10-
reactStrictMode: true,
1110
images: {
1211
remotePatterns: [
1312
{ protocol: 'https', hostname: 'lh3.googleusercontent.com' },
@@ -16,15 +15,5 @@ export default withBundleAnalyzer({
1615
hostname: 'avatars.githubusercontent.com'
1716
}
1817
]
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
2918
}
3019
})

0 commit comments

Comments
 (0)