exclude resources from sitemap (#26687)

This commit is contained in:
Pierre 2023-03-22 11:22:19 +01:00 committed by GitHub
parent 323945027b
commit d9935db7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,19 @@ defaults:
path: "hassio/*" path: "hassio/*"
values: values:
toc: true toc: true
# Remove some resources from sitemap
- scope:
path: "google*.html"
values:
sitemap: false
- scope:
path: "static/fonts/**/*.html"
values:
sitemap: false
- scope:
path: "static/mdi-demo.html"
values:
sitemap: false
# Support for files Jekyll will normally exclude # Support for files Jekyll will normally exclude
include: include: