ekoeryanto / vuepress-plugin-sitemap

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

Readme update on module.exports sitemap configuration for VuePress 1.0 #20

Closed anibalsanchez closed 5 years ago

anibalsanchez commented 5 years ago

Hi,

I'm finding a different way to configure the plugin. I think this is currently the supported method in VuePress 1.0.*

  plugins: [
    [
      'sitemap',
      {
        hostname: 'https://www.extly.com/docs',
      },
    ],
  ],
ekoeryanto commented 5 years ago

AFAIK, both are supported except they change it, I'll check it out.

Thanks for the PR anyway

ekoeryanto commented 5 years ago

I found they still support the object style plugin