Browse Source

fix: markdown-link-check with local address

master
Hans Chan 4 years ago
parent
commit
7f90eb9090
  1. 13
      mlc_config.json

13
mlc_config.json

@ -0,0 +1,13 @@
{
"ignorePatterns": [
{
"pattern": "^https?://0.0.0.0:\\d+"
},
{
"pattern": "^https?://127.0.0.1:\\d+"
},
{
"pattern": "^https?://localhost:\\d+"
}
]
}
Loading…
Cancel
Save