Mister-Hope
Mister-Hope
Got it. i will update these days!
I am finishing all the changes, except I remain zh jsdocs in `SitemapOptions`. IMO, as we are providing both chinese and english docs, it's reasonable to keep both the languages...
I would prefer not to support any of the 2 fr in #353. For my personal reason, see https://github.com/vuepress/vuepress-next/issues/353#issuecomment-898859697 If you have different ideas and think any of them should...
> why the pull request bog down? I am a postgraduate student, just kind of busy in real life.
I will finish it once my winter vacation begins, just busy being a postgraduate student studying quantum physics
@meteorlxy Should be ready
Some explaination: - A lot of plugin option has been renamed - `modifyTimeGetter` is better with a `Page` arg, see plugin docs example - A short description of sitemap is...
> @Mister-Hope Hi Just used it today. The feeling is the same as imagined, very good feeling, but at the same time there are problems and bugs. > > 1....
I will change the logic, only when base is `/` and user has a robot.txt in public folder, the plugin will try to add sitemap url to it. This should...
And for 1, you should set priority in `frontmatter.sitemap.priority` and it's injected in the speard operator I think. ``` const sitemapInfo: SitemapPageInfo = { changefreq, links, ...(lastmodifyTime ? { lastmod:...