diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-11 15:29:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-11 15:29:14 +0800 |
commit | 19fcf10bfac9fbf0849f08c93c38809ad9108e5f (patch) | |
tree | 2af69b6276b4f5587c1c2811ae3ca61887aaf7ea /src | |
parent | 461af8cd9ce4495265d585d31ac68448b247e13b (diff) |
chore: Modify source of config file
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 => { |