Open EvgeniiaVak opened 1 year ago
@dcts Is this still rellevant? I guess not.
@yuliaSharabi it is still relevant, but not a priority.
We have a lot of < img > tags in the code. We could improve performance if we use the nextJs < Image > components.
I suggest to keep this open.
Not a very important issue, for someday / maybe.
Currently the images work OK with the default html tag, but there are warnings by next.js like:
Maybe if we fix the warning we will get some performance boost.
When trying to simply use (
import Image from "next/image";
) Image provided by next.js, there is this error:So something else needs to configured, or if deciding to stay with tags - silence the warnings.