perf: use prefetch instead of preload for svgs (#765)

This commit is contained in:
Nolan Lawson 2018-12-08 16:04:11 -08:00 committed by GitHub
parent ee45c07314
commit b73dd548ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
<meta name="description" content="An alternative web client for Mastodon, focused on speed and simplicity." >
<link rel="preload" as="image" href="/icons.svg" >
<link rel="prefetch" href="/icons.svg" >
<link id='theManifest' rel='manifest' href='/manifest.json' >
<link id='theFavicon' rel='icon' type='image/png' href='/favicon.png' >
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120.png" >