mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-07 06:16:18 +02:00
exclude partials from sitemap (#3065)
* exclude partials in frontmatter * add path to exclude * wildcard? * manually specify excludes in config
This commit is contained in:
parent
d1b0a4b1c0
commit
54c68fbbb2
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ module.exports = {
|
||||||
{
|
{
|
||||||
hostname: "https://www.pomerium.com",
|
hostname: "https://www.pomerium.com",
|
||||||
outFile: "docs/sitemap.xml",
|
outFile: "docs/sitemap.xml",
|
||||||
|
exclude: [
|
||||||
|
'/partials/generate-recovery-token.html',
|
||||||
|
'/partials/install-mkcert.html',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue