Try filtering again
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s
This commit is contained in:
parent
ffbee24c24
commit
75d9355e27
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ module.exports = {
|
||||||
buttonLabel: "Search",
|
buttonLabel: "Search",
|
||||||
placeholder: "Search website",
|
placeholder: "Search website",
|
||||||
allow: [
|
allow: [
|
||||||
/\/garden\//g,
|
/site\/garden\/.*/g,
|
||||||
/\/changelog\/index.html/g
|
/site\/changelog\/index.md/g,
|
||||||
|
/site\/index.md/g
|
||||||
],
|
],
|
||||||
ignore: [],
|
ignore: [],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue