You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking change from preview 7 to RC1:
using the page Weather.razor with route wildcard @page "/{weather?}" worked perfectly and the static file /bootstrap/bootstrap.min.css was delivered as expected.
After upgrade to RC1 the static file route /bootstrap/bootstrap.min.css was ignored.