✨ feat(base.twig): Ajoute les favicons et manifeste pour PWA.
✨ feat(dashboard/base.twig): Ajoute les favicons et manifeste pour PWA. ➕ feat(.env): Ajoute la clé de recherche ESY.
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}Administration{% endblock %} — Intranet Ludikevent</title>
|
||||
{{ vite_asset('admin.js', {}) }}
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ asset('favicon-96x96.png') }}" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="{{ asset('favicon.svg') }}" />
|
||||
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon.png') }}" />
|
||||
<meta name="apple-mobile-web-app-title" content="Intranet " />
|
||||
<link rel="manifest" href="{{ asset('site.webmanifest') }}" />
|
||||
<style>
|
||||
.custom-scrollbar::-webkit-scrollbar { width: 5px; height: 5px; }
|
||||
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
|
||||
|
||||
Reference in New Issue
Block a user