exclude tag redirect pages from sitemap

This commit is contained in:
2026-02-21 13:11:30 -08:00
parent 89ff36afc7
commit bfefa33f13
280 changed files with 3187 additions and 3110 deletions

View File

@ -7,6 +7,7 @@ pagination:
eleventyComputed:
permalink: /tag/{{ tag | slugify }}/
title: "this page has moved!"
eleventyExcludeFromCollections: true
---
If you're not automatically redirected, head to [the new URL for this tag](/tags/{{ tag | slugify }}/).