Next.js Discord

Discord Forum

Next.JS doesn't update my image even after I clear cache

Unanswered
American Sable posted this in #help-forum
Open in Discord
American SableOP
I have an image with transparency which is displayed like this:
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