From 19fcf10bfac9fbf0849f08c93c38809ad9108e5f Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 11 Sep 2024 15:29:14 +0800 Subject: chore: Modify source of config file --- src/editor.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { // }}} // {{{ Aliases for map options const aliasesForMapOptions = {} -const defaultApply = '/default.yml' +const defaultApply = './dist/default.yml' fetch(defaultApply) .then(res => res.text()) .then(rawText => { -- cgit v1.2.3-70-g09d2