Hello everyone. I’ve a React App with Tailwind and other libraries. The problem is that when I deploy my build folder generated with yarn build styles are not loading properly, but if y run a yarn start inside that build folder on my local computer, everything looks fine.
The same happens when I deploy the app through GitLab.