Recently started my nextjs journey, so please have some patience ;)
I got two separate apps:
- Shop
- Blog
Currently I am hosting shop on the root of my netlify domain through github. I would like to host blog on this same domain. Shop should preferably be a sub-directory /shop and the blog should be placed as the domain root.
Is there a way to «pack» my github project differently to include both apps in the desired structure?