Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
This commit is contained in:
parent
cca873a357
commit
79fb9b09c1
12 changed files with 135 additions and 72 deletions
|
|
@ -5,6 +5,16 @@
|
|||
<link rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="{% static 'apple-touch-icon.png' %}" />
|
||||
<meta name="apple-mobile-web-app-title" content="TTVDrops" />
|
||||
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}" />
|
||||
<link rel="shortcut icon"
|
||||
type="image/x-icon"
|
||||
href="{% static 'favicon.ico' %}" />
|
||||
<link rel="icon" type="image/svg+xml" href="{% static 'favicon.svg' %}" />
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
sizes="96x96"
|
||||
href="{% static 'favicon-96x96.png' %}" />
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue