From a7fb4fd8213fdd040f7b825b7010808123652442 Mon Sep 17 00:00:00 2001 From: Tommy Vedvik Date: Thu, 28 Feb 2019 11:12:36 +0100 Subject: [PATCH] fix more indentions --- gridsome.config.js | 2 +- src/index.html | 54 +++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/gridsome.config.js b/gridsome.config.js index 02c5d7e..1154432 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -8,7 +8,7 @@ module.exports = { siteName: 'Gridsome Blog Starter', plugins: [ - { + { // Create posts from markdown files use: '@gridsome/source-filesystem', options: { diff --git a/src/index.html b/src/index.html index 2ca0ce9..729aa1c 100644 --- a/src/index.html +++ b/src/index.html @@ -4,37 +4,37 @@ ${head} - + setTheme(preferredTheme || (darkQuery.matches ? 'dark' : 'light')); + })(); + ${app} ${scripts}