From a3fc1cd801abcc4a8ae180210f545fa85fe25d65 Mon Sep 17 00:00:00 2001 From: nyne Date: Mon, 1 Sep 2025 21:38:38 +0800 Subject: [PATCH] Fix tag --- frontend/src/pages/tags_page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/tags_page.tsx b/frontend/src/pages/tags_page.tsx index 1b2ac0e..f35cff2 100644 --- a/frontend/src/pages/tags_page.tsx +++ b/frontend/src/pages/tags_page.tsx @@ -62,7 +62,7 @@ export default function TagsPage() { {tags.map((tag) => ( { - navigate(`/tag/${tag.name}`); + navigate(`/tag/${encodeURIComponent(tag.name)}`); }} key={tag.name} className={