mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix paths to host app in non-root side folder
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -32,7 +32,7 @@ const load_external_imports = async state => {
|
||||
// Note that we use the same origin as current page (where Leporello
|
||||
// is hosted), so Leporello can access window object for custom
|
||||
// `html_file`
|
||||
window.location.origin + '/' + FILES_ROOT + '/' + u
|
||||
FILES_ROOT + '/' + u
|
||||
))
|
||||
)
|
||||
const modules = Object.fromEntries(
|
||||
|
||||
Reference in New Issue
Block a user