mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
408 B
23 lines
408 B
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://banter.pub"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/public/images",
|
|
"replacement": "https://docs.stacks.co/images"
|
|
},
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "https://docs.stacks.co/"
|
|
}
|
|
],
|
|
"timeout": "10s",
|
|
"retryOn429": true,
|
|
"retryCount": 5
|
|
}
|
|
|