changed redirect on netlify

This commit is contained in:
2022-12-23 00:44:56 -03:00
parent 4b9d6e366d
commit 45a4068a65
3 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --openssl-legacy-provider && echo '/* /index.html 200' | cat >build/_redirects",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},