Fix song art not loading
This commit is contained in:
parent
dab938c8dd
commit
344c7075ae
@ -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%",
|
||||
|
Reference in New Issue
Block a user