Trying removing ‘./‘ from stork paths

This commit is contained in:
Sam Carlton 2022-05-09 17:02:07 -05:00
parent 2768d9f439
commit 5c09cb7d95

View file

@ -14,8 +14,8 @@
"config": {
"stork": {
"executable": "stork-executable",
"toml": "./static/stork.toml",
"binary": "./static/search-index.st"
"toml": "static/stork.toml",
"binary": "static/search-index.st"
}
},
"scripts": {