ekoeryanto / vuepress-plugin-sitemap

Sitemap generator plugin for vuepress.
MIT License
93 stars 19 forks source link

Documentation typo, colon vs comma #31

Open scurth opened 4 years ago

scurth commented 4 years ago

'sitemap': { ... should be ... 'sitemap', {

// .vuepress/config.js module.exports = { plugins: { 'sitemap', { hostname: 'https://pake.web.id' }, } }