diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-09 18:31:21 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-09 18:31:57 +0800 |
commit | 2e118929ad69a307e538635c32ed61ec59e46e6d (patch) | |
tree | 1d5f0afa31889b7b5648b70ff99772d80caa4a01 | |
parent | 9b4af831b6b5866e655597eb752311fa79b6ab40 (diff) |
fix: path for default yaml file
-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 819cf68..dc21730 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -965,7 +965,7 @@ new window.MutationObserver(mutaions => { | |||
965 | */ | 965 | */ |
966 | const addMapRandomlyByPreset = () => { | 966 | const addMapRandomlyByPreset = () => { |
967 | const yamlText = [ | 967 | const yamlText = [ |
968 | 'apply: dist/default.yml', | 968 | 'apply: ./assets/default.yml', |
969 | 'width: 85%', | 969 | 'width: 85%', |
970 | 'height: 200px', | 970 | 'height: 200px', |
971 | ] | 971 | ] |