Reputation: 39
I am trying to host a static web page in gitlab. But the problem is that the main page appears in a url like this: https://anycustomname.gitlab.io/tutorials/
But I don't want the /tutorials/ at the end of the URL. I want people to visit my website by entering the following: https://anycustomname.gitlab.io
And not this: https://anycustomname.gitlab.io/tutorials
I know it is possible. I just don't know how to configure this. Google and YouTube were not much of a help.
Thanks
Upvotes: 0
Views: 41
Reputation: 943515
This is covered in the documentation.
You need to name your project anycustomname.gitlab.io
instead of tutorials
.
Upvotes: 2