aac2c7027e
Added documentation to methods Fixed avatars not initially loading Just generally cleaned up the codebase
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
module.exports = {
|
|
reactStrictMode: true,
|
|
images: {
|
|
domains: [
|
|
'cdn.scoresaber.com',
|
|
'bs-overlay.fascinated.cc',
|
|
'localhost:3000'
|
|
],
|
|
}
|
|
}
|