Skip to content

Commit

Permalink
preload image logo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumbiaValleyWebDesigns committed Apr 13, 2024
1 parent 70c86fa commit 21b7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<meta name="theme-color" content="#ffffff">

<!-- Preload -->
<link rel="preload" as="image" href="/assets/images/logo-dark.svg">
<link rel="preload" as="image" href="/assets/images/logos/logo-dark.svg">
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/roboto-v29-latin-regular.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/roboto-v29-latin-700.woff2" crossorigin>

Expand Down

0 comments on commit 21b7463

Please sign in to comment.