Commit 969405a
committed
fix: allow http protocol in Next.js image remote patterns
External journal article thumbnails served over plain HTTP (e.g.
ars.els-cdn.com) were rejected by the _next/image optimizer because
remotePatterns only included https. Added an http pattern entry.1 parent 4453f01 commit 969405a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
166 | 170 | | |
167 | 171 | | |
168 | 172 | | |
| |||
0 commit comments