Skip to content

Commit 79d898d

Browse files
authored
Fix path to index.html file
1 parent 6d49895 commit 79d898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add the following code in **package.json**
4747

4848
```json
4949
"scripts": {
50-
"postbuild": "purgecss --css build/static/css/*.css --content build/static/index.html build/static/js/*.js --output build/static/css"
50+
"postbuild": "purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css"
5151
},
5252
```
5353

0 commit comments

Comments
 (0)