j40-cejst-2/mlc_config.json

20 lines
358 B
JSON
Raw Normal View History

2021-12-08 13:43:45 -05:00
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
2021-12-08 14:09:22 -05:00
},
{
"pattern": "yyyymmdd-xxx.md"
},
{
"pattern": "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
2021-12-08 13:43:45 -05:00
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
2021-12-08 13:43:45 -05:00
]
}