From da6be823d2072f3d8fc096065de21e930a8ed657 Mon Sep 17 00:00:00 2001 From: elinteli Date: Fri, 14 Jun 2024 16:15:30 -0300 Subject: [PATCH] # --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f5315..1d3c2d7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "CI=false react-scripts build && echo '/* /index.html 200' | cat >build/_redirects", + "build": "CI=false react-scripts build && cp _redirects build/_redirects", "test": "react-scripts test", "eject": "react-scripts eject" },