From 5d7ba0692c0b1c49dfd278a314742c072c992fce Mon Sep 17 00:00:00 2001 From: Tomofumi Chiba Date: Sat, 14 Dec 2024 11:29:39 +0900 Subject: [PATCH] fix --- routes/posts/[postId]/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/posts/[postId]/index.tsx b/routes/posts/[postId]/index.tsx index 48f8e83..25cc25e 100644 --- a/routes/posts/[postId]/index.tsx +++ b/routes/posts/[postId]/index.tsx @@ -35,7 +35,8 @@ export default defineRoute(async (req, ctx) => {