]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/App.vue
Linting update
[github/bastienwirtz/homer.git] / src / App.vue
index a329775d789f7c9266834fb1f45ffcbef5bb3d7c..e84f083590454f3885a7d7697460f143d5d42c68 100644 (file)
@@ -208,7 +208,7 @@ export default {
 
         if (this.currentPage !== "default") {
           let pageConfig = await this.getConfig(
-            `assets/${this.currentPage}.yml`
+            `assets/${this.currentPage}.yml`,
           );
           config = Object.assign(config, pageConfig);
         }
@@ -245,7 +245,7 @@ export default {
         return response
           .text()
           .then((body) => {
-            return parse(body, {merge: true});
+            return parse(body, { merge: true });
           })
           .then(function (config) {
             if (config.externalConfig) {