2
0

💚 Revert rollup upgrade to make it work with turbo dev

This commit is contained in:
Baptiste Arnaud
2023-05-03 08:29:13 -04:00
parent 5f0a99ee66
commit f2d31745ca
7 changed files with 38 additions and 30 deletions

View File

@ -50,6 +50,8 @@ export const ImageBubble = (props: Props) => {
'max-height': '512px',
height: isTyping() ? '32px' : 'auto',
}}
elementtiming={'Bubble image'}
fetchpriority={'high'}
/>
)