Skip to content

Instantly share code, notes, and snippets.

@tommylinks
Created August 30, 2023 07:22
Show Gist options
  • Save tommylinks/925ba2b82cdf95c7e8024312af252971 to your computer and use it in GitHub Desktop.
Save tommylinks/925ba2b82cdf95c7e8024312af252971 to your computer and use it in GitHub Desktop.
Vercel subdir deployment config
{
"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