mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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
|
||||
className={styles.container}
|
||||
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