From 3194dfc521d6cc670c8df37a52ba9d2709cb878e Mon Sep 17 00:00:00 2001 From: Katsuyuki Karasawa <4ranci0ne@gmail.com> Date: Thu, 1 May 2025 02:02:52 +0900 Subject: [PATCH] fix: Encode URI components for tag links to handle reserved characters (#430) * fix: Encode URI components for tag links to handle reserved characters * delete: Remove reserved character test markdown file --- src/components/PostMeta.astro | 2 +- src/components/widget/Tags.astro | 2 +- src/pages/archive/tag/[tag].astro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/PostMeta.astro b/src/components/PostMeta.astro index 7dd3afe0..b915d035 100644 --- a/src/components/PostMeta.astro +++ b/src/components/PostMeta.astro @@ -70,7 +70,7 @@ const className = Astro.props.class;