vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
209 stars 127 forks source link

Document misspelling #24

Closed wangji7 closed 4 years ago

wangji7 commented 4 years ago

modifyBlogPluginOptions(blogPlugnOptions) { const sitemap = { hostname: 'https://yourdomain' }

  const comment = {
    service: 'disqus',
    shortname: 'disqus-shortname',
    // service: 'vssue',
    // owner: 'You',
    // repo: 'Your repo',
    // clientId: 'Your clientId',
    // clientSecret: 'Your clientSecret',
  }

  return { ...blogPluginOptions, sitemap, comment }
},

(blogPlugnOptions) ...blogPluginOptions not a parameter

billyyyyy3320 commented 4 years ago

Thanks for the report