using full URL for favicons
This commit is contained in:
@ -37,9 +37,9 @@
|
||||
<link href="#" rel="alternate" hreflang="de">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link href="/favicon.ico" rel="icon" sizes="16x16" type="image/icon">
|
||||
<link href="/favicon.svg" rel="icon" type="image/svg+xml">
|
||||
<link href="/favicon.png" rel="icon" sizes="192x192">
|
||||
<link href="{{ url('/favicon.ico') }}" rel="icon" sizes="16x16" type="image/icon">
|
||||
<link href="{{ url('/favicon.svg') }}" rel="icon" type="image/svg+xml">
|
||||
<link href="{{ url('/favicon.png') }}" rel="icon" sizes="192x192">
|
||||
|
||||
<!-- Font preloads (should be done for each font file) -->
|
||||
<link href="{{ asset('fonts/fontfam/font.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
<div id="app" class="min-h-screen bg-gray-100">
|
||||
<div id="app" class="min-h-screen bg-slate-50">
|
||||
@yield('body')
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user