add apple touch icons

upgrade-sapper
Nolan Lawson 2018-03-17 00:36:37 -07:00
rodzic b2f8f356ed
commit ad36d9274d
4 zmienionych plików z 9 dodań i 6 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 2.2 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 3.3 KiB

Wyświetl plik

@ -1,13 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta id='theThemeColor' name='theme-color' content='#4169e1'>
<meta name="description" content="A mobile-optimized web client for Mastodon.">
<meta charset='utf-8' >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
<meta name="description" content="A mobile-optimized web client for Mastodon." >
<link rel='manifest' href='/manifest.json'>
<link id='theFavicon' rel='icon' type='image/png' href='/favicon.png'>
<link 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" >
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180.png" >
<style>
/* auto-generated w/ build-sass.js */

Wyświetl plik

@ -5,6 +5,7 @@ const ASSETS = `cache${timestamp}`
// `assets` is an array of everything in the `assets` directory
const toCache = __shell__.concat(__assets__)
.filter(filename => !filename.endsWith('.map'))
.filter(filename => !filename.startsWith('apple-icon'))
const cached = new Set(toCache)
// `routes` is an array of `{ pattern: RegExp }` objects that