j40-cejst-2/mlc_config.json
Shaun Verch 44f27cb560 Ignore link that's returning a 403 to the checker
It actually works if you go in a browser.
2021-12-15 12:17:47 -05:00

19 lines
358 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "yyyymmdd-xxx.md"
},
{
"pattern": "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
]
}