mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 00:30:05 +02:00
Prefetch and preconnect to improve Google Fonts loading
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" href="{{ asset('images/favicon.light.png') }}">
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link rel="stylesheet" href="{{ asset('app.css') }}">
|
||||
|
||||
{% if config('google_analytics_id', false) %}
|
||||
|
Reference in New Issue
Block a user