Skip to content

Commit

Permalink
Add a migration step to remove static directory from robots.txt (#7536)
Browse files Browse the repository at this point in the history
* add a migration step to remove static from robots.txt

* Update CHANGELOG.md

Co-Authored-By: Ian Sutherland <ian@iansutherland.ca>
  • Loading branch information
lookfirst and iansu committed Aug 16, 2019
1 parent 437b83f commit 6466282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -26,6 +26,8 @@ v3.1.1 is a maintenance release that includes minor bug fixes and documentation

### Migrating from 3.1.0 to 3.1.1

Optionally remove `Disallow: /static/` from `public/robots.txt` if you want to allow your images and other static files to be indexed by search engines [#7508](https://github.com/facebook/create-react-app/pull/7508)

Inside any created project that has not been ejected, run:

```sh
Expand Down

0 comments on commit 6466282

Please sign in to comment.