A_
Потому что после каждой недели его нужно будет доливать
Size: a a a
A_
СД
¿
A_
L
L
СД
A_
СД
A_
L
СД
PK
AS
VB
PD
<Image
src="me.png"
alt="Picture of the author"
width={500}
height={500}
quality={80} // работает
/>
import Image from 'next/image'
const myLoader = ({ src, width, quality }) => {
return `https://mysite.com/${src}?w=${width}&q=$quality`
}
const MyImage = (props) => {
return (
<Image
loader={myLoader}
src="me.png"
alt="Picture of the author"
width={500}
height={500}
quality={80} // в этом случае не работает(всегда 100%)
/>
)
}
AF
.pipe делать передачу строки в врайтабл стрим.parser.js файл. И так пол дня потратил на этоAF
VS