ActionController::RoutingError (No route matches [GET] “/assets/images/logo.png” and the CSS changes are applicable on UI

I am facing an issue in look and feel of my static assets

my application.css looks

*= home
 *= bootstrap.min
 *= bootstrap-theme
 *= bootstrap-sprockets
 *= bootstrap
 *= require_tree .
 *= require_self
 */

application.js looks

//= require google-map
//= require bootstrap-sprockets
//= require bootstrap
//= require jquery3
//= require popper
//= require rails-ujs
//= require activestorage
//= require turbolinks
//= require_tree .