From 11535a9709884bdcc36050d8f57886245c17c03c Mon Sep 17 00:00:00 2001
From: Katsuyuki Karasawa <4ranci0ne@gmail.com>
Date: Thu, 1 May 2025 02:24:53 +0900
Subject: [PATCH] Fix category with reserved character (#431)
* fix: Encode category in URLs to handle reserved characters
* fix: Encode category names in static paths to handle reserved characters
---
src/components/PostMeta.astro | 2 +-
src/pages/archive/category/[category].astro | 4 ++--
src/utils/url-utils.ts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/PostMeta.astro b/src/components/PostMeta.astro
index b915d03..85fc51a 100644
--- a/src/components/PostMeta.astro
+++ b/src/components/PostMeta.astro
@@ -53,7 +53,7 @@ const className = Astro.props.class;