fix: repair favicon links and provide one from https://www.jardinenvie.com

This commit is contained in:
Valentin Lab
2025-10-04 09:24:13 +02:00
parent 61e34b4f4e
commit 34fc1c33bf
2 changed files with 2 additions and 2 deletions

BIN
build/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -13,8 +13,8 @@
<meta name="description" content="Vente de semences, variété anciennes">
<meta name="keywords" content="">
<link rel="icon" type="image/vnd.microsoft.icon" href="img/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="{{ asset('img/favicon.ico') }}">
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('img/favicon.ico') }}">
<link rel="stylesheet" href="/css/site.min.css?{{ date('Ymd') }}" type="text/css" media="all">
@stack('css')