diff options
author | 2021-09-03 14:18:52 -0700 | |
---|---|---|
committer | 2021-09-03 14:18:52 -0700 | |
commit | b668117c02e47d2fab825da11588016c4b340f12 (patch) | |
tree | 3527b3f8c74a9de66441a5aeab8abcfe8ecf7c2d | |
parent | e516f9c953ad1517d6115a9ecb1c355b4bffb8b9 (diff) | |
download | astro-b668117c02e47d2fab825da11588016c4b340f12.tar.gz astro-b668117c02e47d2fab825da11588016c4b340f12.tar.zst astro-b668117c02e47d2fab825da11588016c4b340f12.zip |
skip 404.html pages in sitemap generation (#1304)
* skip 404.html pages in sitemap generation
* update path check for 404
* add changeset
-rw-r--r-- | .changeset/few-lies-march.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/few-lies-march.md b/.changeset/few-lies-march.md new file mode 100644 index 000000000..595a562c0 --- /dev/null +++ b/.changeset/few-lies-march.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Sitemaps will not create entries for 404.html pages |