Skip to content

Instantly share code, notes, and snippets.

@peteradeojo
Created October 28, 2024 10:19
Show Gist options
  • Select an option

  • Save peteradeojo/b7ddf10255fb81152fb6d2594a5c0185 to your computer and use it in GitHub Desktop.

Select an option

Save peteradeojo/b7ddf10255fb81152fb6d2594a5c0185 to your computer and use it in GitHub Desktop.
vercel.json
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment