improve styling

This commit is contained in:
Philipp Kühn
2020-04-18 17:54:00 +02:00
parent 2529b9b76f
commit 1cbe32a357
5 changed files with 27 additions and 7 deletions

View File

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