Changing the Base Href of a default blazor wasm project causes it to not be debuggable.
This repo is the reproduction for: dotnet/aspnetcore#39554
Steps to recreate this repository:
- Create a new Blazor WASM project in VS 2022
- Change the Base Href in the Index and the launch props.
- Try to lauch the project.
- It will 404 finding the hot reload script and fail to run the project.