File tree 4 files changed +9245
-29861
lines changed
4 files changed +9245
-29861
lines changed Original file line number Diff line number Diff line change 31
31
manifest.json provides metadata used when your web app is added to the
32
32
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
33
33
-->
34
- < link rel ="manifest " href ="%PUBLIC_URL% /manifest.json " />
35
- < link rel ="shortcut icon " href ="%PUBLIC_URL% /favicon.ico " />
34
+ < link rel ="manifest " href ="/manifest.json " />
35
+ < link rel ="shortcut icon " href ="/favicon.ico " />
36
36
< link
37
37
rel ="apple-touch-icon "
38
38
sizes ="76x76 "
39
- href ="%PUBLIC_URL% /apple-icon.png "
39
+ href ="/apple-icon.png "
40
40
/>
41
41
< link
42
42
rel ="stylesheet "
73
73
< body >
74
74
< noscript > You need to enable JavaScript to run this app. </ noscript >
75
75
< div id ="root "> </ div >
76
+ < script type ="module " src ="/src/index.jsx "> </ script >
76
77
<!--
77
78
This HTML file is a template.
78
79
If you open it directly in the browser, you will see an empty page.
You can’t perform that action at this time.
0 commit comments