How to deploy Blazor WebAssembly to Cloudflare Pages
With ASP.NET Blazor WebAssembly (WASM) you can create .NET web applications that run completely inside of the browser sandbox. The published output of a Blazor WASM project are static files . Now that you can run .NET web applications without...