Next.JS doesn't update my image even after I clear cache
Unanswered
American Sable posted this in #help-forum
American SableOP
I have an image with transparency which is displayed like this:
Yet it displays it as if there was no transparency to begin with
const logo = '/logo.png'
...
<Image src={logo} alt="Logo" width={100} height={100} />Yet it displays it as if there was no transparency to begin with
2 Replies
American SableOP
this is the image
this is the public directory