Attempt to filter flexsearch
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s

This commit is contained in:
thepaperpilot 2024-06-11 07:55:56 -05:00
parent 3420c36e69
commit ffbee24c24

View file

@ -11,7 +11,10 @@ module.exports = {
previewLength: 62,
buttonLabel: "Search",
placeholder: "Search website",
allow: [],
allow: [
/\/garden\//g,
/\/changelog\/index.html/g
],
ignore: [],
})
],