Skip to content

Move tag pages under /blog - #14

Merged
minimaldesign merged 1 commit into
mainfrom
tags-under-blog
Jul 17, 2026
Merged

Move tag pages under /blog#14
minimaldesign merged 1 commit into
mainfrom
tags-under-blog

Conversation

@minimaldesign

Copy link
Copy Markdown
Owner

Closes #3

Moves /tags and /tags/[tag] to /blog/tags and /blog/tags/[tag].

  • Old URLs redirect via astro.config.mjs (static meta-refresh pages).
  • Default tag-link props (Tags.astro, ArticleCard.astro), the footer link, and blog-post tag links updated; component docs examples updated to match.
  • Relative import depth fixed in the moved pages.

Why: tags only apply to blog posts, and Header.astro marks the current nav section by first path segment — so tag pages now correctly highlight the Blog nav item (aria-current="true"), which was the original motivation in #3.

Verified in dev: redirect works, tag pages render, nav state correct; production build passes (101 pages, redirect pages emitted).

🤖 Generated with Claude Code

Tag index and per-tag pages now live at /blog/tags[/tag]; old /tags URLs
redirect. Default tag-link props, footer/blog-post links, and component
docs updated to match. Header.astro marks the current section by first
path segment, so tag pages now light up the Blog nav item.

Closes #3

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for mcssdev ready!

Name Link
🔨 Latest commit 48de4d8
🔍 Latest deploy log https://app.netlify.com/projects/mcssdev/deploys/6a5a5b0193e58a0008ff31dd
😎 Deploy Preview https://deploy-preview-14--mcssdev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99
Accessibility: 94
Best Practices: 100
SEO: 98
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@minimaldesign
minimaldesign merged commit 14ca46e into main Jul 17, 2026
5 checks passed
@minimaldesign
minimaldesign deleted the tags-under-blog branch July 17, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move /tags to /blog/tags

1 participant