Skip to content

Instantly share code, notes, and snippets.

@zhuweiyou
Created September 16, 2023 02:36
Show Gist options
  • Save zhuweiyou/d0baf4ad979b5b02e409ced01589c5ec to your computer and use it in GitHub Desktop.
Save zhuweiyou/d0baf4ad979b5b02e409ced01589c5ec to your computer and use it in GitHub Desktop.
利用 vercel 做反代服务
{
"rewrites": [
{
"source": "/:path*",
"destination": "https://domain.com/:path*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment