Skip to content

Commit 11ea723

Browse files
committed
update .NET priority
1 parent 9966206 commit 11ea723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

starlight/src/remark/rewrite-code-group.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function attr(name, value) {
3333
// preserving relative order among themselves and among the rest. Lets
3434
// us promote `.NET` over `Laravel` (the upstream Inertia.js content's
3535
// default) without rewriting any .mdx file.
36-
const PROMOTE_TO_FIRST = [".NET"];
36+
const PROMOTE_TO_FIRST = ["Razor (.NET)", ".NET"];
3737

3838
function reorderForPromotion(items, labelOf) {
3939
const promoted = [];

0 commit comments

Comments
 (0)