diff --git a/package.json b/package.json index da6e125..8043e8c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "tsc && vite build && cp dist/index.html dist/404.html #", + "build": "tsc && vite build", "serve": "vite preview --port 3000", "lint": "eslint . --ext .ts,.tsx,.js", "prepare": "husky install",