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}