This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/next.config.js
RealFascinated aac2c7027e Updated
Added documentation to methods
Fixed avatars not initially loading
Just generally cleaned up the codebase
2022-04-02 07:01:58 +01:00

11 lines
175 B
JavaScript

module.exports = {
reactStrictMode: true,
images: {
domains: [
'cdn.scoresaber.com',
'bs-overlay.fascinated.cc',
'localhost:3000'
],
}
}