Fix relative url not relative to domain

This commit is contained in:
Sam Carlton 2022-06-03 19:17:54 -05:00
parent a9f9fa216a
commit a9278e7ba4

View file

@ -9,5 +9,5 @@ export const storkExecutablePath = `./${ storkExecutableName }`
export const storkTomlPath = storkOptions.toml
export const storkIndexPath = storkOptions.index
export const storkIndexRelativeURL = storkIndexPath.replace('static/', '')
export const storkIndexRelativeURL = storkIndexPath.replace('static/', '/')
export const storkScriptURL = `https://files.stork-search.net/releases/v${ storkVersion }/stork.js`