Skip to content

Commit c9ab88d

Browse files
joelgeorgevakstuhl
authored andcommitted
Add noscript to body when migrating to 1.0.0 (facebook#3897)
1 parent 198f2a1 commit c9ab88d

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
@@ -1430,6 +1430,14 @@ After the regular update procedure above, add these line to `<head>` in `public/
14301430
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
14311431
```
14321432

1433+
Add `<noscript>` to `<body>` in `public/index.html`:
1434+
1435+
```html
1436+
<noscript>
1437+
You need to enable JavaScript to run this app.
1438+
</noscript>
1439+
```
1440+
14331441
Then create a file called `public/manifest.json` that looks like this:
14341442

14351443
```js

0 commit comments

Comments
 (0)