Hosting a Next.js website and a Hexo blog on the same domain

I have my main website written in Next.js which I wanted to deploy to my domain. I also want deploy my Hexo blog to a /blog subdirectory on the same domain. How do I go about doing this?

Hi @aman.

Is your blog in a separate repo? If so you can try this approach: [Support Guide] Can I deploy multiple repositories in a single site?