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 84144af..64d5cf6 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -514,7 +514,7 @@ const rendererOptions = {} | |||
514 | // }}} | 514 | // }}} |
515 | // Aliases for map options {{{ | 515 | // Aliases for map options {{{ |
516 | const aliasesForMapOptions = {} | 516 | const aliasesForMapOptions = {} |
517 | const defaultApply = './dist/default.yml' | 517 | const defaultApply = '/assets/default.yml' |
518 | fetch(defaultApply) | 518 | fetch(defaultApply) |
519 | .then(res => res.text()) | 519 | .then(res => res.text()) |
520 | .then(rawText => { | 520 | .then(rawText => { |