Hello.
I’m very new to Netlify and kind of a newbie regarding deployment, building, redirecting… So please take that in consideration.
I recently developed a website using Gatsby and deployed it on Netlify (don’t have a custom domain name for the moment but I plan to – just experimenting right now). This website includes a portfolio. I’ve got a portfolio section with project cards and in each card there is a link to the project (<a href=""></a>
) in order to try it (for instance a single webpage app).
One of this project was developed using pure Javascript (no React), but as I did not figured out how to render it on my Gatsby website I decided to deploy it from its own github repository on its own domain.
But now I would like to make the link between my main domain (Gatsby website) and this little project hosted on another domain in a proper way. When the user will click on the anchor in the project card, I would like him to be redirected to an URL that looks like so:
“https://myfuturedomainname/myportfolioprojectname”
Unfortunately I feel clearly overwhelmed and I don’t know where to start to achieve what I want. Does someone can explain me in a very simple way how to proceed?
To help me I already read this: