Hi there,
I have a netlify site (create-react-app with tailwind) using a custom domain. The Google Search Console URL inspection tool is saying that my site is not mobile friendly - when viewing the tested page it appears as if the wrong stylesheet is being applied: . Similarly when using the URL using Rich Results Test this resource cannot be loaded: https://www.bestagedcare.com.au/static/css/main.b032aa61.chunk.css
When inspecting my live site it appears the correct stylesheet is actually located at: https://www.bestagedcare.com.au/static/css/main.f622d34f.chunk.css
I set up a redirect but that didn’t help. Is this just a caching issue on Google’s end? Or are there multiple stylesheets being set up by Netlify?
Thanks!