Skip to content

Commit 726e5f9

Browse files
joelgeorgevgaearon
authored andcommitted
Add noscript to body when migrating to 1.0.0 (#3897)
1 parent 07f374f commit 726e5f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,14 @@ After the regular update procedure above, add these line to `<head>` in `public/
13901390
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
13911391
```
13921392

1393+
Add `<noscript>` to `<body>` in `public/index.html`:
1394+
1395+
```html
1396+
<noscript>
1397+
You need to enable JavaScript to run this app.
1398+
</noscript>
1399+
```
1400+
13931401
Then create a file called `public/manifest.json` that looks like this:
13941402

13951403
```js

0 commit comments

Comments
 (0)