]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix YAML anchors
authorJenswBE <6514515+JenswBE@users.noreply.github.com>
Sun, 15 Oct 2023 10:04:42 +0000 (12:04 +0200)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 16 Oct 2023 19:54:40 +0000 (12:54 -0700)
Fixes https://github.com/bastienwirtz/homer/issues/559
Based on https://eemeli.org/yaml/#schema-options

src/App.vue

index 25e943f7d80082515c92a79dbee5f81ea14797e3..16e814bd92e2f2b0185b74ad236ab42e5a56fe08 100644 (file)
@@ -245,7 +245,7 @@ export default {
         return response
           .text()
           .then((body) => {
-            return parse(body);
+            return parse(body, {merge: true});
           })
           .then(function (config) {
             if (config.externalConfig) {