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",
|
||||
placeholder: "Search website",
|
||||
allow: [
|
||||
/\/garden\//g,
|
||||
/\/changelog\/index.html/g
|
||||
/site\/garden\/.*/g,
|
||||
/site\/changelog\/index.md/g,
|
||||
/site\/index.md/g
|
||||
],
|
||||
ignore: [],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue