diff options
-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 | ] |