I’m trying to run a local development over a live dev server using
`netlify dev --live’
No problems with the build process - and it works fine with just netlify dev - however it’s a blank page using the provided live server with the following console errors:
GET https://gatsby-v3-clean-netlify-732910.netlify.live/framework.js net::ERR_CONTENT_DECODING_FAILED 200
GET https://gatsby-v3-clean-netlify-732910.netlify.live/commons.js net::ERR_CONTENT_DECODING_FAILED 200
GET https://gatsby-v3-clean-netlify-732910.netlify.live/commons.js net::ERR_CONTENT_DECODING_FAILED 200
Looking around I see that some folks have had a similar error, but haven’t found a solution that works for me.
My repo can be found here
Would love some help, thanks!

