Skip to content

Commit

Permalink
chore(next): add "i.scdn.co" as image domain on next config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 1, 2024
1 parent f5ee52a commit 673fda8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const nextConfig = {
'i.imgur.com',
'mateusf.com',
'lastfm.freetls.fastly.net',
'contribution.catsjuice.com'
'contribution.catsjuice.com',
'i.scdn.co'
]
},
async rewrites() {
Expand Down

0 comments on commit 673fda8

Please sign in to comment.