Hello,
It seems that the netlify compression ( gzip or br ) is simply not working for css, font or js files. It is working for html and svg.
I’ve found other recent projects with the same issue.. I also checked an old project that also uses the same stack and compression is working fine for that one.
Check the network tab for .css and .js files, these files are not being compressed, regardless of the file size >1kb
- netlify.toml file is empty.
- Stack: Astro + netlify adapter
Thanks!!