aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/editor.mjs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-11 15:29:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-11 15:29:14 +0800
commit19fcf10bfac9fbf0849f08c93c38809ad9108e5f (patch)
tree2af69b6276b4f5587c1c2811ae3ca61887aaf7ea /src/editor.mjs
parent461af8cd9ce4495265d585d31ac68448b247e13b (diff)
chore: Modify source of config file
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 => {