ekoeryanto / vuepress-plugin-sitemap

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

Exclude 404 page #35

Open spekulatius opened 4 years ago

spekulatius commented 4 years ago

Hello @ekoeryanto

what do you think about excluding the 404 page? It's not a page you usually want to have indexed by search engines really. Let me know what you think!

Peter

apgapg commented 2 years ago

You can try using

exclude: ['/404.html'] option via cli cmd. But yes this wont work when you add this as plugin