So, I created a Typescript project with Visual Studio. It works fine when I run it using Visual Studio, but if I try to click it on the GitHub Pages website, it will put index.html
in a subfolder , and I get 404 error when I try to load my website . Even if I try to link index.html to the website URL, this does not work.
I was wondering if it was only possible to publish the necessary items. I think I only need a subfolder. Correct me if I am wrong.
Note. I have a GitHub extension for Visual Studio.
Project in VS
source share