mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix relative url not relative to domain
This commit is contained in:
parent
a9f9fa216a
commit
a9278e7ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue