Add your WordPress URL to the plugin options.
// gridsome.config.js
module.exports = {
plugins: [
{
use: '@gridsome/source-wordpress',
options: {
baseUrl: 'YOUR_WORDPRESS_URL'
}
}
]
}
This starter includes basic templates for categories, tags and posts.