Skip to content

Commit

Permalink
[fix] 404 오류 해결중
Browse files Browse the repository at this point in the history
  • Loading branch information
lybell-art committed Aug 23, 2024
1 parent f884ae4 commit 3c7120d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy_admin_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_ADMIN_PROJECT_ID }}
on:
push:
branches:
branches:
- "main"
paths:
Expand Down
16 changes: 16 additions & 0 deletions packages/adminPage/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"rewrites": [
{
"source": "/api/:path*",
"destination": "http://softeerorange.store/api/:path*"
},
{
"source": "/events/:path*",
"destination": "/events/[id].html"
},
{
"source": "/comments/:path*",
"destination": "/comments/[id].html"
},
]
}

0 comments on commit 3c7120d

Please sign in to comment.