-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sitemap language should not allow
lastmod
(#1020)
- Loading branch information
1 parent
311ef42
commit e3d5dd0
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,7 @@ | |
] | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"required": [ | ||
"destination", | ||
"hreflang" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
packages/helix-shared-config/test/specs/sitemapconfigs/broken5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 1 | ||
|
||
sitemaps: | ||
broken: | ||
origin: https://www.example.com | ||
languages: | ||
en: | ||
source: /query-index.json | ||
destination: /sitemap-en.xml | ||
hreflang: en | ||
lastmod: YYYY-MM-DD |