add pwa
This commit is contained in:
@@ -5,18 +5,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
<link rel="icon" href="/images/favicon.svg" type="image/svg+xml">
|
||||
<link rel="mask-icon" href="/images/favicon.svg" color="#FFFFFF">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
{{-- <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">--}}
|
||||
<meta name="theme-color" content="#1a1a1a">
|
||||
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="manifest" href="build/manifest.webmanifest" />
|
||||
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<meta name="description" content="Application de suivi météo">
|
||||
|
||||
@@ -27,6 +22,8 @@
|
||||
<!-- Scripts -->
|
||||
@viteReactRefresh
|
||||
@vite(['resources/js/app.tsx'])
|
||||
<script src="/build/registerSW.js"></script>
|
||||
{{-- <script src="/build/sw.js" defer />--}}
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
<div id="app" />
|
||||
|
||||
Reference in New Issue
Block a user