Created by: hellowin
It should be baz
instead of bar
on last example.
// Matches /bar/abc.html and /bar/sub/def.html <- wrong
"/baz/**/*.html": {
"target": "<url_4>"
// ...
}
Created by: hellowin
It should be baz
instead of bar
on last example.
// Matches /bar/abc.html and /bar/sub/def.html <- wrong
"/baz/**/*.html": {
"target": "<url_4>"
// ...
}