From 11d45562590f480dfc33a088f2416523cec71b54 Mon Sep 17 00:00:00 2001 From: ulormichael Date: Thu, 18 Aug 2022 10:53:21 +0100 Subject: [PATCH] Made new changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ce1ed8..3265975 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "predeploy": "npm run build", "deploy": "gh-pages -d build", "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build && cp build/index.html build/404.html", "test": "react-scripts test", "eject": "react-scripts eject" },