Attempt to filter flexsearch
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s
This commit is contained in:
parent
3420c36e69
commit
ffbee24c24
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ module.exports = {
|
||||||
previewLength: 62,
|
previewLength: 62,
|
||||||
buttonLabel: "Search",
|
buttonLabel: "Search",
|
||||||
placeholder: "Search website",
|
placeholder: "Search website",
|
||||||
allow: [],
|
allow: [
|
||||||
|
/\/garden\//g,
|
||||||
|
/\/changelog\/index.html/g
|
||||||
|
],
|
||||||
ignore: [],
|
ignore: [],
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue