ekoeryanto / vuepress-plugin-sitemap

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

it does not work in vuepress-next v2.0.0-beta.37 #43

Open leedom92 opened 2 years ago

leedom92 commented 2 years ago

it does not work in vuepress-next v2.0.0-beta.37

config.js

[
   'sitemap',
   {
     hostname: 'https://docs.leedom.me'
   }
],

when the build is done, I can't find sitemap.xml in dist.