JSFiddle - React, Tailwind, and code Playground
by minamiland
JavaScript
module.exports = {
plugins: [
{
use: '@gridsome/source-filesystem',
options: {
baseDir: 'content/posts',
typeName: 'Post',
path: '*.md'
}
}
]
}