ekoeryanto / vuepress-plugin-sitemap

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

hostname带路径,解析成的xml文件里面没有路径 #26

Closed tu6ge closed 4 years ago

tu6ge commented 4 years ago
[
                'sitemap',
                {
                    hostname: 'https://tu6ge.github.io/api-show/'
                }
            ]

如上配置, 结果生成的xml文件,内容是这样的 <loc>https://tu6ge.github.io/guide/quickstart.html</loc> 应该生成的路径是<loc>https://tu6ge.github.io/api-show/guide/quickstart.html</loc>

ekoeryanto commented 4 years ago

I'm going to check this today.

ekoeryanto commented 4 years ago

hello, it fixed ~but not released yet~. ~you can try it with~

# npm i github:ekoeryanto/vuepress-plugin-sitemap

EDIT: it released now :flower_playing_cards:

Thanks for reporting the issue.