Assets (Images and Font Awesome Icons) Not Showing After Angular 18 Production Build
I’m experiencing an issue with my Angular 18 project after running a production build. The images in the assets
folder and Font Awesome icons are not displaying when the application is deployed. Everything works perfectly in development mode, but after running ng build --prod
, the assets seem to be missing.