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
Liam 78b92e9ec2 Added song info
Updated the home page to reflect these changes
2022-02-17 02:25:43 +00:00

11 lines
177 B
JavaScript

module.exports = {
reactStrictMode: true,
images: {
domains: [
'cdn.scoresaber.com',
'na.cdn.beatsaver.com',
'eu.cdn.beatsaver.com'
],
}
}