aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/editor.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.mjs')
-rw-r--r--src/editor.mjs2
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 {{{
516const aliasesForMapOptions = {} 516const aliasesForMapOptions = {}
517const defaultApply = './dist/default.yml' 517const defaultApply = '/assets/default.yml'
518fetch(defaultApply) 518fetch(defaultApply)
519 .then(res => res.text()) 519 .then(res => res.text())
520 .then(rawText => { 520 .then(rawText => {