feat(aio): improve ProgressiveWepApp-ability (#15628)
Previous Lighthouse score: 52/100 New Lighthouse score: 95+/100 Fixes #15588
This commit is contained in:

committed by
Alex Rickabaugh

parent
43a9619e57
commit
9e883f5873
@ -23,6 +23,9 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
|
||||
|
||||
<link rel="manifest" href="pwa-manifest.json">
|
||||
<meta name="theme-color" content="#1976d2">
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
@ -37,7 +40,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<aio-shell></aio-shell>
|
||||
<aio-shell>Loading...</aio-shell>
|
||||
|
||||
<!-- TODO: google feedback -->
|
||||
<!-- TODO: twitter widget (but only on pages that use twitter) -->
|
||||
|
Reference in New Issue
Block a user