and i had check out community answers ,more like < Wrong Content-Type added to Cloudflare Pages site> , but without good ending , i mean above anwsers without correct solution
How are you deploying your site to Pages? Are you using the CI process or doing direct uploads? There is an issue where direct uploads can use the MIME type to not be set, but it should be solved if you redo it.
sorry i missed the guide ,here is offical guide , deployment by CI . [Deploy a Hexo site](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hexo-site/)
I doubt it’s an unset MIME type. More than likely, that file doesn’t exist, so it’s returning HTML of some sort. At least that’s what usually causes that error for me.