Question from the Next.js test

How to render an image in Next.js

Declined

Vous affichez une image dans votre application Next.js. Comment utilisez-vous le composant Image pour l'optimisation ?

import Image from 'next/image';

function ProfilePic(props) {

const image = props.image

return  <> // Quel code va ici pour afficher une image ? </>

}
Author: AnasStatus: DeclinedQuestion not yet passed
This question was declined for the following reason: Question not relevant. You can publish an alternative question.
0
Community EvaluationsNo one has reviewed this question yet, be the first!