Electron template for Bionic Projects
There are a few things to take into consideration when creating your Blazor WASM project for Electron deployment
- Root page must include a second page route: @page("/index.html")
- electron/index.html must have a base haref of "./": <base href="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2F" />