Skip to content

Commit 4a4a7ed

Browse files
committed
update matching [netlify-ignore]
1 parent a6094a1 commit 4a4a7ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.mlc-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
},
77
{
88
"pattern": "(\\S+)\/(\\s|$)",
9-
"replacement": "$1$2.md"
9+
"replacement": "$1$2"
10+
},
11+
{
12+
"pattern": "(\\S+)",
13+
"replacement": "$1.md"
1014
}
1115
]
1216
}

0 commit comments

Comments
 (0)