Yubisaki / vuepress-theme-yubisaki

:sparkles: A blog theme for vuepress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]Vssue can not work

chavesgu opened this issue · comments

i found that index.js in your theme dir,

module.exports = ({ comments = {} }) => ({
  layoutDir: 'layouts',
  plugins: [
    ['@vssue/vuepress-plugin-vssue', Object.assign({
      platform: 'github',
    }, comments)],
  ]
})

i think it should be comment, not comments

It works fine on my blog.
No matter what the variable is, comment or comments, it won't cause vssue crash.
Any repo to reproduce?

It works fine on my blog.
No matter what the variable is, comment or comments, it won't cause vssue crash.
Any repo to reproduce?

Comments on your site, now it's unable to log in, when i click login , cause 404

fixed in c8e2892