How to correctly serve my React production build through Django. Currently having MIME type issues with current configuration – Nginx
I'm trying to deploy my react/django web-app to a linux-VM droplet. I'm not using a webpack for the JS content. Instead, I'm serving npm run build static files through a CDN sub-domain, digital ocean s3 bucket. I'm able to python…