File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module.exports = {
71
71
} ,
72
72
// https://nextjs.org/docs/basic-features/image-optimization#domains
73
73
images : {
74
- domains : [ 'raw.githubusercontent.com' , 'upload.wikimedia.org' ] ,
74
+ domains : [ 'raw.githubusercontent.com' ] ,
75
75
remotePatterns : [
76
76
{
77
77
hostname : '*.imgur.com' ,
Original file line number Diff line number Diff line change @@ -22,16 +22,6 @@ const Images = () => (
22
22
/>
23
23
< Image src = "https://i.imgur.com/bxSRS3Jb.png" alt = "Tawny Frogmouth" width = { 160 } height = { 160 } />
24
24
</ p >
25
-
26
- < p >
27
- The following image should be broken as the domain is not added to domains or remotePatterns in next.config.js:
28
- </ p >
29
- < Image
30
- src = "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/SIPI_Jelly_Beans_4.1.07.tiff/lossy-page1-256px-SIPI_Jelly_Beans_4.1.07.tiff.jpg"
31
- alt = "Jellybeans"
32
- width = { 146 }
33
- height = { 32 }
34
- />
35
25
</ div >
36
26
)
37
27
You can’t perform that action at this time.
0 commit comments