Fix assets sitemap exclusion (#1315)

This commit is contained in:
Simmo Saan 2023-04-05 14:27:32 +03:00 committed by GitHub
parent 07f5b4d679
commit 5ff54a74ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ plugins:
# Sitemap settings # Sitemap settings
defaults: defaults:
- scope: - scope:
path: "assets/**/*.*" path: "assets"
values: values:
sitemap: false sitemap: false