Skip to content

Commit

Permalink
feat: add vercel proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurYung committed Jun 24, 2024
1 parent f776958 commit 2bfe1d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/node/",
"destination": "http://43.130.250.212:3005/"
}
]
}

1 comment on commit 2bfe1d4

@ArthurYung
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for react-my-website ready!

✅ Preview
https://react-my-website-oxlhvgi8u-bruceouyangs-projects.vercel.app

Built with commit 2bfe1d4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.