Created
September 16, 2023 02:36
-
-
Save zhuweiyou/d0baf4ad979b5b02e409ced01589c5ec to your computer and use it in GitHub Desktop.
利用 vercel 做反代服务
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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