pacocoursey / next-unused

Find unused files in your Next.js projects
422 stars 14 forks source link

All my asset in /public are not found #28

Open amapic opened 3 months ago

amapic commented 3 months ago

Hi, Thanks for the add-on. This kind of code:

<img
            style={{
              backgroundSize: "contain",
            }}
            src="/vue.png"
            alt="image de formulaire Vue"
          ></img>

doesn't work for me. Vue.png is indicated as useless. How I could fix that ? Tell me if you have an idea, I already looked at how your code is functionning and I can try things easily.

Have a good day