improve nav

This commit is contained in:
Philipp Kühn
2020-04-18 12:48:20 +02:00
parent 5059a58c18
commit b1ca679a25
10 changed files with 59 additions and 79 deletions

View File

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