mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
update remote regex
This commit is contained in:
parent
63e3b97bca
commit
fb80b66310
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export const PlayerImage = ({ src }: PlayerImageProps) => {
|
||||||
<img
|
<img
|
||||||
className={styles.container}
|
className={styles.container}
|
||||||
onError={() => send({ event: 'proxy' })}
|
onError={() => send({ event: 'proxy' })}
|
||||||
src={src?.replaceAll(/&(size|width|height=\d+)/g, '')}
|
src={src?.replaceAll(/&(size|width|height)=\d+/g, '')}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue