18098707d1
Fixed image loading with said api
12 lines
187 B
JavaScript
12 lines
187 B
JavaScript
module.exports = {
|
|
reactStrictMode: true,
|
|
images: {
|
|
domains: [
|
|
'cdn.scoresaber.com',
|
|
'bs-overlay.fascinated.cc',
|
|
'localhost:3000',
|
|
''
|
|
],
|
|
}
|
|
}
|