How to setup subdirectories on custom subdomain on netlify and do it without redirects to netlify subdomain?
I own a domain, let’s call it, myname.com. It’s my porfolio site that I built with react. Now, I have created subdomain called projects.myname.com where I would like to host my react and Next.js projects. I have configured all the DNS and redirect stuff. It’s all working fine and as I have set up. But the issue is when someone types projects.myname.com/projectname they get redirected to the the netlify subdomain (project-name.netlify.app) where the project is actually hosted. I don’t want that. I would like the project to be hosted on and be visible on projects.myname.com/projectname. I don’t want the user to see the netlify url anywhere. How can I do that?