This commit is contained in:
2025-03-20 20:57:47 +02:00
parent 2cf8379cbe
commit c580882ec0
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
@endif
<link rel="icon" type="image/x-icon" href="{{url('favicon.ico'}}">
<link rel="icon" type="image/x-icon" href="{{url('favicon.ico')}}">
</head>
+3 -1
View File
@@ -18,7 +18,9 @@
<script type="module" crossorigin src="http://127.0.0.1:5173/main.js"></script>
@endif
<link rel="icon" type="image/x-icon" href="{{url('favicon.ico'}}">
<link rel="icon" type="image/x-icon" href="{{url('favicon.ico')}}">
</head>