From 5350f3859e7997afa2aa8354a0836ce607ad3c69 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Wed, 4 Jun 2025 15:50:10 +0530 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c441a13..7330305 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://demos.creative-tim.com/argon-dashboard-react/", "scripts": { "start": "react-scripts start", - "build": "cross-env PUBLIC_URL=/ react-scripts build", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start", @@ -117,4 +117,4 @@ "fsevents": "2.3.2", "chokidar": "3.5.3" } -} +} \ No newline at end of file