Skip to content

Commit

Permalink
fix static files /posts/*.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 25, 2024
1 parent 23c3466 commit ccf44bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Pages/Posts/Post.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/posts/{Slug}"
@page "/posts/{Slug:regex(^[a-z-_]+$)}"
@inject MarkdownBlog Blog
@inject AppConfig AppConfig
@using ServiceStack.IO
Expand Down

0 comments on commit ccf44bf

Please sign in to comment.