Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
985 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using blazor webassembly and I want to use github to host it.
I open the github pages and upload it.
some file in _framework can not be find like _framework/blazor.webassembly.js
I have set the base url .
You should have published to a folder. Then upload all folder contents to pages.
Of course a better solution would be a GitHub action that did this. See
https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages