Skip to content

Commit

Permalink
#432 all nodes except the homepage return 404
Browse files Browse the repository at this point in the history
bump ArticulateRouteValueTransformer route order reference
#432 (comment)
  • Loading branch information
nvisage-gf committed Dec 25, 2023
1 parent e3d34ba commit 13e9dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void Configure(UmbracoPipelineOptions options)
endpoints.MapDynamicControllerRoute<ArticulateRouteValueTransformer>(
"/{any}/{**slug}",
null,
100); // Ensure it runs AFTER Umbraco so that we can check if things are already matched.
1000); // Ensure it runs AFTER Umbraco so that we can check if things are already matched.
})
});
}
Expand Down

0 comments on commit 13e9dd9

Please sign in to comment.