Skip to content

Commit

Permalink
Merge pull request #436 from nvisage-gf/432-articulate-501-causes-all…
Browse files Browse the repository at this point in the history
…-node-urls-

#432 all nodes except the homepage return 404
  • Loading branch information
Shazwazza authored Jan 2, 2024
2 parents e3d34ba + 13e9dd9 commit 16ffba2
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 16ffba2

Please sign in to comment.