6 lines
No EOL
91 B
JavaScript
6 lines
No EOL
91 B
JavaScript
// next.config.js
|
|
module.exports = {
|
|
images: {
|
|
domains: ['i.scdn.co'],
|
|
},
|
|
} |