Created
August 30, 2023 07:22
-
-
Save tommylinks/925ba2b82cdf95c7e8024312af252971 to your computer and use it in GitHub Desktop.
Vercel subdir deployment config
This file contains 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": "/options/:path*", "destination": "https://example.vercel.app/:path*" }, | |
{ "source": "/options/", "destination": "https://example.vercel.app/" }, | |
{ "source": "/(.*)", "destination": "/" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment