I am encountering an error with the following line of CSS code:
<div className={`${style.about__me-image}`}>
How can I correctly apply Next.js CSS to the above line?
The error message reads:
Server Error ReferenceError: image is not defined
Please refer to the screenshot below: