Fix song art not loading

This commit is contained in:
Liam 2022-10-27 18:59:28 +01:00
parent dab938c8dd
commit 344c7075ae
2 changed files with 7 additions and 1 deletions

@ -6,7 +6,11 @@ const nextConfig = {
output: "standalone",
swcMinify: true,
images: {
domains: ["cdn.scoresaber.com", "*.cdn.beatsaver.com", "cdn.fascinated.cc"],
domains: [
"cdn.scoresaber.com",
"eu.cdn.beatsaver.com",
"cdn.fascinated.cc",
],
},
};

@ -39,6 +39,8 @@ export default class Home extends Component {
<Grid xs={12} sm={6} justify="center">
<Image
alt="Helpful doggo"
width={800}
height={450}
src="https://cdn.fascinated.cc/fPKqSysuqz.jpg?raw=true"
css={{
borderRadius: "5%",