File tree Expand file tree Collapse file tree 1 file changed +54
-1
lines changed Expand file tree Collapse file tree 1 file changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,61 @@ const nextConfig: NextConfig = {
16
16
port : "" ,
17
17
pathname : "/**" ,
18
18
} ,
19
+ {
20
+ protocol : "https" ,
21
+ hostname : "images.unsplash.com" ,
22
+ port : "" ,
23
+ pathname : "/**" ,
24
+ } ,
25
+ {
26
+ protocol : "https" ,
27
+ hostname : "media.discordapp.net" ,
28
+ port : "" ,
29
+ pathname : "/**" ,
30
+ } ,
31
+ {
32
+ protocol : "https" ,
33
+ hostname : "cdn.thewirecutter.com" ,
34
+ port : "" ,
35
+ pathname : "/**" ,
36
+ } ,
37
+ {
38
+ protocol : "https" ,
39
+ hostname : "m.media-amazon.com" ,
40
+ port : "" ,
41
+ pathname : "/**" ,
42
+ } ,
43
+ {
44
+ protocol : "https" ,
45
+ hostname : "encrypted-tbn0.gstatic.com" ,
46
+ port : "" ,
47
+ pathname : "/**" ,
48
+ } ,
49
+ {
50
+ protocol : "https" ,
51
+ hostname : "cdn.mscdirect.com" ,
52
+ port : "" ,
53
+ pathname : "/**" ,
54
+ } ,
55
+ {
56
+ protocol : "https" ,
57
+ hostname : "cdnimg.webstaurantstore.com" ,
58
+ port : "" ,
59
+ pathname : "/**" ,
60
+ } ,
61
+ {
62
+ protocol : "https" ,
63
+ hostname : "www.iconfasteners.ie" ,
64
+ port : "" ,
65
+ pathname : "/**" ,
66
+ } ,
67
+ {
68
+ protocol : "https" ,
69
+ hostname : "images-cdn.ubuy.co.in" ,
70
+ port : "" ,
71
+ pathname : "/**" ,
72
+ } ,
19
73
] ,
20
- domains : [ "images.unsplash.com" ]
21
74
} ,
22
75
} ;
23
76
You can’t perform that action at this time.
0 commit comments