I'm playing with Blazor 8. When I publish the project, there is no index.html in the output:
It causes trouble when deploying on static web app, because it is expecting this file.
Thanks for the help!
I tried to add the index.html in the app, but it is not linked to the blazor app

Yes, to run the Blazor Web Assembly App we need an
index.htmlfile which is in thewwwrootdirectory of the Application.Check the below Workaround to deploy Blazor Web Assembly App to Azure Static Web Apps.
.gitfolder withindex.htmlpage in it.My
GitHubFolder:Build Details:
/.Deployment:
To confirm that my
index.htmlis loading, I have added a bit of line as below inindex.htmlfile.Hello this is Index.html fileline in all the navigations.Output: