change folder structure

This commit is contained in:
Philipp Kühn
2020-04-17 12:55:07 +02:00
parent 3c0727fd59
commit 3ce1eed00e
5 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ module.exports = {
use: '@gridsome/vue-remark',
options: {
typeName: 'Post',
baseDir: './content/posts',
baseDir: './src/data',
route: '/posts/:slug',
template: './src/templates/Post.vue',
plugins: [