diff options
Diffstat (limited to 'src/editor.mjs')
-rw-r--r-- | src/editor.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.mjs b/src/editor.mjs index 6279f62..499d42b 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -539,7 +539,7 @@ const rendererOptions = {} | |||
539 | // }}} | 539 | // }}} |
540 | // Aliases for map options {{{ | 540 | // Aliases for map options {{{ |
541 | const aliasesForMapOptions = {} | 541 | const aliasesForMapOptions = {} |
542 | const defaultApply = '/assets/default.yml' | 542 | const defaultApply = './assets/default.yml' |
543 | fetch(defaultApply) | 543 | fetch(defaultApply) |
544 | .then(res => res.text()) | 544 | .then(res => res.text()) |
545 | .then(rawText => { | 545 | .then(rawText => { |