Zend certified PHP/Magento developer

jquery.min.js switches to jquery.js with CDN

Without adding our CDN to ‘Base URL for Static View Files’ we get the correct file
frontend/CO/theme/en_US/jquery.min.js

Adding our CDN URL we get the incorrect file frontend/CO/theme/en_US/jquery.js, which 404’s because it’s not there.

CDN for ‘Base URL for User Media Files’ works fine.

I checked static/.htaccess is working fine with Apache2.4.

Deploy mode is production.

Tried running bin/magento c:f & bin/magento setup:static-content:deploy -f