I create a project with create-react-app project_name, and then I tried to use a image from public folder as background with this code in css
background-image: url('/images/ernestDrum.jpeg');
and then I got this error
./src/App.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/App.css) Error: Can't resolve '/images/ernestDrum.jpeg' in 'E:\project\ernest\src'
in my previous project, I use the same code and it's works