Skip to content

Commit 1f36f6e

Browse files
committed
Update: copy index.html -> 404.html in build command.
1 parent 91308c2 commit 1f36f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "react-scripts start",
17-
"build": "react-scripts build && cp ./build/index.html ./build/404.html",
17+
"build": "react-scripts build && cp build/index.html build/404.html",
1818
"test": "react-scripts test --env=jsdom",
1919
"eject": "react-scripts eject"
2020
},

0 commit comments

Comments
 (0)