We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1801315 commit be3c0d7Copy full SHA for be3c0d7
2 files changed
src/BlazorApps.slnx
@@ -1,2 +1,3 @@
1
<Solution>
2
+ <Project Path="BlazorApps/BlazorApps.csproj" />
3
</Solution>
src/BlazorApps/App.razor
@@ -2,10 +2,12 @@
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4
</Found>
5
+ <!--
6
<NotFound>
7
<PageTitle>Not found</PageTitle>
8
<LayoutView Layout="@typeof(MainLayout)">
9
<p role="alert">Sorry, there's nothing at this address.</p>
10
</LayoutView>
11
</NotFound>
12
+ -->
13
</Router>
0 commit comments