I getting error for this line of css code:
<div className={`${style.about__me-image}`}> .
how to properly add nextjs css for above line ?
getting this error Server Error ReferenceError: image is not defined
Server Error ReferenceError: image is not defined
see the screenshot below:
You cannot use the dash "-" between about__me and Image since it is inside ${}
${}