在PC(MAMP)上本地运行的symfony服务器不显示图像

I am running a symfony server on my local PC machine using MAMP for my stack. Everything seems to work fine except the images won't load in the views. If I try navigating to the image directly, the browser (Chrome and Firefox) downloads the images instead of displaying them. This leads me to believe I have MIME type issues, but I am not sure how to check what the symfony server is trying to do.

I am also seeing a couple console warnings when I try to load css files, that look like this is Chrome:

Resource interpreted as Stylesheet but transferred with MIME type >application/x-gzip: "http://127.0.0.1:8000/css/styles.css"

Any help is greatly appreciated