Fix wrong art showing (NextJS bug)
This commit is contained in:
parent
104c0eaa27
commit
8b0b6e8a37
@ -14,6 +14,7 @@ const Avatar = (props) => {
|
|||||||
loading="lazy"
|
loading="lazy"
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
blurDataURL="https://cdn.fascinated.cc/yb4fgdc1.jpg"
|
blurDataURL="https://cdn.fascinated.cc/yb4fgdc1.jpg"
|
||||||
|
unoptimized
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
@ -96,6 +96,7 @@ export default function SongInfo() {
|
|||||||
loading="lazy"
|
loading="lazy"
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
blurDataURL="https://cdn.fascinated.cc/yb4fgdc1.jpg"
|
blurDataURL="https://cdn.fascinated.cc/yb4fgdc1.jpg"
|
||||||
|
unoptimized
|
||||||
/>
|
/>
|
||||||
<div className={styles.songInfo}>
|
<div className={styles.songInfo}>
|
||||||
<p className={styles.songInfoSongName}>
|
<p className={styles.songInfoSongName}>
|
||||||
|
Reference in New Issue
Block a user