From f0408695195c218df0bda07a99f0819bef25caf0 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Wed, 7 May 2025 15:50:03 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2e1d5f..797328c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "CI='' react-scripts build", + "build": "CI='' react-scripts build && echo '/* /index.html 200' | cat >build/_redirects", "test": "react-scripts test", "eject": "react-scripts eject" },