We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9696edb commit 99c0c32Copy full SHA for 99c0c32
resources/views/layouts/master.blade.php
@@ -25,6 +25,7 @@
25
<link href="https://fonts.cdnfonts.com/css/operator-mono" rel="stylesheet">
26
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
27
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
28
+ @include('layouts._favicons')
29
@livewireStyles
30
31
<script>
@@ -42,7 +43,6 @@
42
43
@livewireScripts
44
<script src="{{ mix('js/app.js') }}" defer></script>
45
- @include('layouts._favicons')
46
@include('layouts._fathom')
47
</head>
48
<body class="font-sans antialiased bg-skin-body text-skin-base">
0 commit comments