Skip to content

Commit 2d62144

Browse files
committed
update config [netlify-ignore]
1 parent 996db5c commit 2d62144

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.mlc-config.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"replacementPatterns":[
2+
"replacementPatterns": [
33
{
4-
"pattern": "^/docs/",
5-
"replacement": "/github/workspace/src/"
6-
}
7-
]
8-
}
4+
"pattern": "^/",
5+
"replacement": "/github/workspace/"
6+
},
7+
{
8+
"pattern": "docs",
9+
"replacement": "src"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)