DEV Community

Cover image for my react app is published but my images assets in the images directory (/assets/images/) are not showing properly
ismailalabou
ismailalabou

Posted on

my react app is published but my images assets in the images directory (/assets/images/) are not showing properly

I think they were not deployed in the first place, cause when I built my project I didn't execute the last 2 commands that were suggested to me:

npm install -g serve
serve -s build

feel free to jump & share your input about this.

Top comments (1)

Collapse
 
alb_isma profile image
ismailalabou • Edited

(problem solved, as far as I know)
stackoverflow.com/questions/651503...