Last active
May 11, 2024 20:43
-
-
Save Lostovayne/988e7a3ef3eec36ddc249cdabc6afafa to your computer and use it in GitHub Desktop.
Configuracion de una spa con react en vercel usando este archivo , escoger una de las 2 versiones que estan abajo, el archivo debe tener el nombre definido ahi
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
//probar una de las 2 | |
{ | |
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" } ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment