How to host a part of my website in webflow

Hi, I have a website (eg www.example.com) build using gatsby.js which is hosted in AWS amplify. And i have a blog (eg www.blog.example.com) which is build in webflow.
But i want my blog (www.blog.example.com) to redirect/server from my www.example.com/blog domain.

Please help me in achieving the same.
Is there a possible solution to have this approach?
thanks!


I think its not possible because if you redirect your blog then you need to own domain first.

@mullerkeila7 thanks for replying, i do have a domain and sub domain.
main domain is a website build in react, and sub domain is a blog connected with webflow.
So i want to server my blog (www.blog.example.com) which is hosted in webflow from my main domain (example.com)