Skip to content

Commit

Permalink
fix: update next.config to use images.remotePatterns (#532) (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-nowicki authored Sep 26, 2024
1 parent 2632711 commit f6c9065
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ module.exports = {
]
},
images: {
domains: ['a.espncdn.com'],
remotePatterns: [{
protocol: 'https',
hostname: 'a.espncdn.com',
port: '',
pathname: '/**',
}],
},
eslint: {
ignoreDuringBuilds: false,
Expand Down

0 comments on commit f6c9065

Please sign in to comment.