feat: use refreshed logo as favicon
This commit is contained in:
BIN
app/static/images/favicon.png
Normal file
BIN
app/static/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@@ -2,6 +2,7 @@ const CACHE_NAME = "putzliga-shell-v3";
|
|||||||
const ASSETS = [
|
const ASSETS = [
|
||||||
"/static/css/style.css",
|
"/static/css/style.css",
|
||||||
"/static/js/app.js",
|
"/static/js/app.js",
|
||||||
|
"/static/images/favicon.png",
|
||||||
"/static/images/logo-mark.png",
|
"/static/images/logo-mark.png",
|
||||||
"/static/images/pwa-icon-192.png",
|
"/static/images/pwa-icon-192.png",
|
||||||
"/static/images/pwa-icon-512.png"
|
"/static/images/pwa-icon-512.png"
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
<meta name="description" content="Putzliga macht Haushaltsaufgaben leichter, motivierender und fair verteilt.">
|
<meta name="description" content="Putzliga macht Haushaltsaufgaben leichter, motivierender und fair verteilt.">
|
||||||
<title>{% block title %}{{ app_name }}{% endblock %}</title>
|
<title>{% block title %}{{ app_name }}{% endblock %}</title>
|
||||||
<link rel="manifest" href="{{ url_for('main.manifest') }}">
|
<link rel="manifest" href="{{ url_for('main.manifest') }}">
|
||||||
<link rel="icon" type="image/svg+xml" href="{{ url_for('static', filename='images/favicon.svg') }}">
|
<link rel="icon" type="image/png" sizes="128x128" href="{{ url_for('static', filename='images/favicon.png') }}">
|
||||||
|
<link rel="shortcut icon" href="{{ url_for('static', filename='images/favicon.png') }}">
|
||||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='images/apple-touch-icon.png') }}">
|
<link rel="apple-touch-icon" href="{{ url_for('static', filename='images/apple-touch-icon.png') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css', v=asset_version('css/style.css')) }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css', v=asset_version('css/style.css')) }}">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user