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 5c0bb0a..1955800 100644
--- a/src/editor.mjs
+++ b/src/editor.mjs
@@ -105,7 +105,7 @@ class Suggestion {
105// }}} 105// }}}
106// {{{ Aliases for map options 106// {{{ Aliases for map options
107const aliasesForMapOptions = {} 107const aliasesForMapOptions = {}
108const defaultApply = '/default.yml' 108const defaultApply = './dist/default.yml'
109fetch(defaultApply) 109fetch(defaultApply)
110 .then(res => res.text()) 110 .then(res => res.text())
111 .then(rawText => { 111 .then(rawText => {