I had a CSS linked to one of my Redux components. In localhost, everything was working fine until I pushed the code and Vercel was unable to load the CSS specifically /src/features/counter/Counter.module.css. I tried using different methods nothing worked until I change the filename to counter.css.