Next.js Discord

Discord Forum

Next Images not showing in Production after I deployed. I can only see the svgs,

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
I can't see my images in production
All my images are in public folder and exported into my components

I kept all my images in an export file like this ~
export { default as graph } from "../../public/assets/images/graph.png";
land I exported it into my components like this ~ import { graph } from "../../exports/images"

and I used it like this ~
<Image
src={graph}
alt="dashboard"
className={sw ${styles.dashboard}}
priority
/>

please, why am I not seeing all my images in production. I can only see my svgs

0 Replies