Try moving toml to static directory

This commit is contained in:
Sam Carlton 2022-05-10 12:21:28 -05:00
parent cfb442324c
commit 7084584009
2 changed files with 2 additions and 2 deletions

View file

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