Skip to content

Commit 5b9eeaf

Browse files
committed
Update next.config.js
1 parent cf3dc40 commit 5b9eeaf

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

next.config.js

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@ const nextConfig = {
33
reactStrictMode: true,
44
images: {
55
remotePatterns: [
6-
'swewoocommerce.dfweb.no',
7-
'res.cloudinary.com',
8-
'via.placeholder.com',
6+
{
7+
protocol: 'https',
8+
hostname: 'swewoocommerce.dfweb.no',
9+
pathname: '**',
10+
},
11+
{
12+
protocol: 'https',
13+
hostname: 'res.cloudinary.com',
14+
pathname: '**',
15+
},
16+
{
17+
protocol: 'https',
18+
hostname: 'via.placeholder.com',
19+
pathname: '**',
20+
},
921
],
1022
},
1123
};

0 commit comments

Comments
 (0)