File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
22
< title > Server Side Rendering - Create React App</ title >
23
23
</ head >
24
24
< body >
25
- < noscript >
26
- Please enable javascript for this page
27
- </ noscript >
28
25
< div id ="root "> {{SSR}}</ div >
29
26
<!--
30
27
This HTML file is a template.
Original file line number Diff line number Diff line change 1
1
{
2
- "short_name" : " SSR React App" ,
2
+ "short_name" : " React App" ,
3
3
"name" : " SSR Create React App Sample" ,
4
4
"icons" : [
5
5
{
6
6
"src" : " favicons/favicon.ico" ,
7
7
"sizes" : " 192x192" ,
8
8
"type" : " image/png"
9
+ },
10
+ {
11
+ "src" : " favicons/favicon-512x512.ico" ,
12
+ "sizes" : " 512x512" ,
13
+ "type" : " image/png"
9
14
}
10
15
],
11
16
"start_url" : " ./index.html" ,
12
17
"display" : " standalone" ,
13
18
"theme_color" : " #000000" ,
14
- "background_color" : " #ffffff"
19
+ "background_color" : " #ffffff" ,
20
+ "orientation" : " portrait"
15
21
}
You can’t perform that action at this time.
0 commit comments