We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f7f7a commit 759512aCopy full SHA for 759512a
src/ProgrammerAl.Site/ProgrammerAl.Site/Pages/PresentationSlides.razor
@@ -1,5 +1,5 @@
1
-@page "/posts/{PostUrl}/slides/{Index:int}"
2
-@page "/drafts/{PostUrl}/slides/{Index:int}"
+@page "/posts/{PostUrl}/slides/{Id:int}"
+@page "/drafts/{PostUrl}/slides/{Id:int}"
3
@layout EmptyLayout
4
@using System.Text.Encodings.Web;
5
@using ProgrammerAl.Site.Components
0 commit comments