From 3685609552da18cf6ca434b62fcdd00a06494abd Mon Sep 17 00:00:00 2001 From: lybell-art Date: Fri, 23 Aug 2024 11:19:14 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20/events/[id]=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EC=9D=84=20=EB=BA=B8=EA=B1=B8=20=ED=95=B4=EC=B9=98=EC=9B=A0?= =?UTF-8?q?=EB=82=98=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/adminPage/vercel.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/adminPage/vercel.json b/packages/adminPage/vercel.json index 7fb845f..c35576a 100644 --- a/packages/adminPage/vercel.json +++ b/packages/adminPage/vercel.json @@ -5,11 +5,15 @@ "destination": "http://softeerorange.store/api/:path*" }, { - "source": "/events/:path*", + "source": "/events/create", + "destination": "/events/create.html" + }, + { + "source": "/events/:path(:path((?!create(\\.html)?$).*)", "destination": "/events/[id].html" }, { - "source": "/comments/:path*", + "source": "/comments/(.*)", "destination": "/comments/[id].html" } ],