Index.hrml not created for Blazor application

I went through the RadzenCRM demo and rebuilt the application. However when I go to deploy the application I noticed that no index.html page has been created. Therefore there is no default page for the site to launch from. Is there something I'm missing? I've tried to search for a solution on the site an nothing comes up.

Blazor server applications do not contain index.html file. They also don't need one.