ekoeryanto / vuepress-plugin-sitemap

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

Support for vuepress@next added #2

Closed adasq closed 5 years ago

adasq commented 5 years ago

I added support for vuepress@next, as a file location of generated "siteData" has changed from:

node_modules/vuepress/lib/app/.temp/siteData

to:

node_modules/@vuepress/core/.temp/internal/siteData

Problem described here: https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/1

adasq commented 5 years ago

Nope, Any idea how to fix the issue?

ekoeryanto commented 5 years ago

check the next branch.

ekoeryanto commented 5 years ago

@adasq I added support for both v0 and v1 in 38d86c5e09478528c7d8e6e318bc4a400d8eae71

ekoeryanto commented 5 years ago

now supported

adasq commented 5 years ago

Thank you!