Skip to content

Commit f253ff1

Browse files
authored
remove images next.js option (#9254)
1 parent e16d40c commit f253ff1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

next.config.js

-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ const {codecovWebpackPlugin} = require('@codecov/webpack-plugin');
66
const nextConfig = {
77
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
88

9-
images: {
10-
remotePatterns: [
11-
{
12-
protocol: 'https',
13-
hostname: 'storage.googleapis.com',
14-
},
15-
],
16-
},
17-
189
trailingSlash: true,
1910

2011
experimental: {

0 commit comments

Comments
 (0)