Try filtering again
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s

This commit is contained in:
thepaperpilot 2024-06-11 08:14:28 -05:00
parent ffbee24c24
commit 75d9355e27

View file

@ -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: [],
}) })