diff --git a/package.json b/package.json index c191fc1..6e0544b 100644 --- a/package.json +++ b/package.json @@ -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": {