I'm playing with Blazor 8.When I publish the project, there is no index.html in the output:
![enter image description here]()
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