diff options
Diffstat (limited to 'src')
| -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 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 |
| 107 | const aliasesForMapOptions = {} | 107 | const aliasesForMapOptions = {} |
| 108 | const defaultApply = '/default.yml' | 108 | const defaultApply = './dist/default.yml' |
| 109 | fetch(defaultApply) | 109 | fetch(defaultApply) |
| 110 | .then(res => res.text()) | 110 | .then(res => res.text()) |
| 111 | .then(rawText => { | 111 | .then(rawText => { |