add NotFound page, wire Routes.NotFoundPage, set log level to Debug
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@page "/404"
|
||||
|
||||
<MudText Typo="Typo.h3">
|
||||
Not Found
|
||||
</MudText>
|
||||
<MudText Typo="Typo.body1">
|
||||
Sorry, the content you are looking for does not exist.
|
||||
</MudText>
|
||||
Reference in New Issue
Block a user