Try moving search-index to static directory

This commit is contained in:
Sam Carlton 2022-05-10 12:40:12 -05:00
parent 991bdf4261
commit d4b9f7d4f8
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
"stork": {
"executable": "stork-executable",
"toml": "static/stork.toml",
"binary": "search-index.st"
"binary": "static/search-index.st"
}
},
"scripts": {