fix(routing): encode special characters in tag and category URLs

Handle special characters in tag and category URLs by encoding them properly to prevent routing issues. Also update the UI/UX tag to UI in blog posts.
This commit is contained in:
joyzhao
2025-06-19 13:30:10 +08:00
parent eb00c13375
commit 601f3f06ce
6 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ description: "Discover how to create beautiful, responsive user interfaces using
image: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=250&fit=crop&crop=center"
date: "April 15, 2025"
readTime: "6 min read"
tags: ["CSS", "Tailwind", "UI/UX"]
tags: ["CSS", "Tailwind", "UI"]
slug: "modern-ui-tailwind"
layout: "../../../layouts/BlogPostLayout.astro"
---