I have a website on personal-website.com
hosted on Netlify at personal-website.netlify.app
which points to the git repository github.com/username/personal-website
. I have set up the DNS, CNAME and A records so that personal-website.com
and personal-website.netlify.app
are propoerly in sync. (As you can tell, I’m not familiar with the technically correct parlance).
I have another page (a HTML5 presentation) on github.com/username/presentation
which I have deployed on Netlify at persentation.netlify.app
. Is there a way I can configure the website such that personal-website.com/presentation
opens up presentation.netlify.app
?
I am new to Netlify. When I used to host my website on username.github.io
, I would simply have a new repository github.com/username/presentation
with the relevant HTML files. And, this would be rendered on username.github.io/presentation
. I’m trying to replicate this on Netlify.