Skip to content

Instantly share code, notes, and snippets.

@codewithleader
Created November 17, 2023 13:37
Show Gist options
  • Save codewithleader/f4a66ca2114e21dd04e2d58011b6867d to your computer and use it in GitHub Desktop.
Save codewithleader/f4a66ca2114e21dd04e2d58011b6867d to your computer and use it in GitHub Desktop.
vercel.json Configuracion para despliegue de proyecto de multiples paginas en Vercel.com
{
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment