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: "探索如何使用 Tailwind CSS 创建美观、响应式的用户
image: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=250&fit=crop&crop=center"
date: "2025年4月20日"
readTime: "6分钟阅读"
tags: ["CSS", "Tailwind", "UI/UX"]
tags: ["CSS", "Tailwind", "UI"]
slug: "modern-ui-tailwind"
layout: "../../../../layouts/BlogPostLayout.astro"
---