From 2e118929ad69a307e538635c32ed61ec59e46e6d Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 9 Oct 2024 18:31:21 +0800 Subject: fix: path for default yaml 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 819cf68..dc21730 100644 --- a/src/editor.mjs +++ b/src/editor.mjs @@ -965,7 +965,7 @@ new window.MutationObserver(mutaions => { */ const addMapRandomlyByPreset = () => { const yamlText = [ - 'apply: dist/default.yml', + 'apply: ./assets/default.yml', 'width: 85%', 'height: 200px', ] -- cgit v1.2.3-70-g09d2