j40-cejst-2/mlc_config.json

26 lines
505 B
JSON
Raw Normal View History

{
"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-"
},
{
"pattern": "^http://www.datasciencetoolkit.org"
},
{
"pattern": "^https://github.com/usds/environmental-justice/"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
]
}