diff --git a/package.json b/package.json index 7bda9f3..4ad75c5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "config": { "stork": { "executable": "stork-executable", - "toml": "stork.toml", + "toml": "static/stork.toml", "binary": "search-index.st" } }, diff --git a/scripts/stork-netlify.sh b/scripts/stork-netlify.sh index e2ce29d..4bf0d63 100755 --- a/scripts/stork-netlify.sh +++ b/scripts/stork-netlify.sh @@ -7,4 +7,4 @@ curl https://files.stork-search.net/releases/v1.4.2/stork-amazon-linux -o stork- # curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable chmod +x stork-executable -./stork-executable build --input stork.toml --output search-index.st +./stork-executable build --input static/stork.toml --output search-index.st