restructuring

This commit is contained in:
Philipp Kühn
2020-04-24 10:03:15 +02:00
parent 397de08db0
commit 0f0b92b672
20 changed files with 4 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
use: '@gridsome/vue-remark',
options: {
typeName: 'DocPage',
baseDir: './src/data/posts',
baseDir: './src/docPages',
template: './src/templates/DocPage',
plugins: [
'@gridsome/remark-prismjs',