Skip to content

Commit

Permalink
[fix] /events/[id] 부분을 뺸걸 해치웠나?
Browse files Browse the repository at this point in the history
  • Loading branch information
lybell-art committed Aug 23, 2024
1 parent ac5cb1a commit 3685609
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/adminPage/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 3685609

Please sign in to comment.