Skip to content

Commit

Permalink
Update Docs.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 12, 2023
1 parent 31b7dcc commit 46508dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MyApp/Components/Pages/Docs.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@page "/{Slug?}"
@page "/{Slug:regex(^[a-z-_]+$)}"
@inherits AppComponentBase
@inject MarkdownPages Markdown
@inject AppConfig AppConfig
@using Markdig
@using Markdig.Syntax

@if (doc != null)
{
Expand Down

0 comments on commit 46508dc

Please sign in to comment.