Mime Type Error

Pushed changed to server and may have accidentally overriden some files. Now I encounter this error when accessing live site

Refused to execute script from '[site-domain]' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

I thought this was an .htaccess issue, but attempts to fix it by copying and tweaking Kirby default .htaccess have been unsuccessful. Also tried deleting kirby, vendor, and media and reinstalling composer modules. Any ideas would be greatly appreciated! Thanks

Figured out the issue –
A local change caused asset requests to be capitalized
(eg. “[site-domain]/Home.css” for the file “home.css”)
Local testing did not reveal the problem as MAMP appears to allow case-insensitive requests.
The default Kirby .htaccess uses case-sensitive requests, so that was causing the asset requests to fail.