From 989e53faed14126890b91c96592372c470aa03ee Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 15 May 2022 11:51:33 -0500 Subject: [PATCH] Fix binary reference --- helpers/stork/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/stork/config.js b/helpers/stork/config.js index 50b9296..2488493 100644 --- a/helpers/stork/config.js +++ b/helpers/stork/config.js @@ -7,7 +7,7 @@ export const storkVersion = '1.4.2' export const storkExecutableName = storkOptions.executable export const storkExecutablePath = `./${ storkExecutableName }` export const storkTomlPath = storkOptions.toml -export const storkIndexPath = storkOptions.binary +export const storkIndexPath = storkOptions.index export const storkIndexRelativeURL = storkIndexPath.replace('static/', '') export const storkScriptURL = `https://files.stork-search.net/releases/v${ storkVersion }/stork.js`