Skip to content

Commit 0726564

Browse files
author
Roman Zanettin
committed
some more lighthouse improvements
1 parent 353ebe2 commit 0726564

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

public/favicons/favicon-512x512.png

20.5 KB
Loading

public/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
<title>Server Side Rendering - Create React App</title>
2323
</head>
2424
<body>
25-
<noscript>
26-
Please enable javascript for this page
27-
</noscript>
2825
<div id="root">{{SSR}}</div>
2926
<!--
3027
This HTML file is a template.

public/manifest.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
2-
"short_name": "SSR React App",
2+
"short_name": "React App",
33
"name": "SSR Create React App Sample",
44
"icons": [
55
{
66
"src": "favicons/favicon.ico",
77
"sizes": "192x192",
88
"type": "image/png"
9+
},
10+
{
11+
"src": "favicons/favicon-512x512.ico",
12+
"sizes": "512x512",
13+
"type": "image/png"
914
}
1015
],
1116
"start_url": "./index.html",
1217
"display": "standalone",
1318
"theme_color": "#000000",
14-
"background_color": "#ffffff"
19+
"background_color": "#ffffff",
20+
"orientation": "portrait"
1521
}

0 commit comments

Comments
 (0)