File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,11 @@ We'll be working exclusively **in the `packages/frontend/` directory** for the r
66
66
{%change%} Add this to the ` <head> ` in your ` public/index.html ` .
67
67
68
68
``` html
69
- <link rel =" apple-touch-icon" sizes =" 180x180" href =" /apple-touch-icon.png" >
70
- <link rel =" icon" type =" image/png" sizes =" 32x32" href =" /favicon-32x32.png" >
71
- <link rel =" icon" type =" image/png" sizes =" 16x16" href =" /favicon-16x16.png" >
72
- <link rel =" manifest" href =" /site.webmanifest" >
69
+ <link rel =" icon" type =" image/png" href =" /favicon-96x96.png" sizes =" 96x96" />
70
+ <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
71
+ <link rel =" shortcut icon" href =" /favicon.ico" />
72
+ <link rel =" apple-touch-icon" sizes =" 180x180" href =" /apple-touch-icon.png" />
73
+ <link rel =" manifest" href =" /site.webmanifest" />
73
74
<meta name =" msapplication-TileColor" content =" #da532c" >
74
75
<meta name =" theme-color" content =" #ffffff" >
75
76
<meta name =" description" content =" A simple note taking app" />
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ cd notes
37
37
{%change%} Use your app name in the template.
38
38
39
39
``` bash
40
- $ npx replace-in-file /monorepo-template/g notes ** /* .* --verbose
40
+ $ npx replace-in-file ' /monorepo-template/g' ' notes' ' **/*.*' --verbose
41
41
```
42
42
43
43
{%change%} Install the dependencies.
You can’t perform that action at this time.
0 commit comments