Head > Adding preload

This commit is contained in:
Rafael Corrêa Gomes 2021-10-14 23:30:01 -04:00 committed by Sodbileg Gansukh
parent bdf150658e
commit dda827ded3
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{!-- Preload Scripts --}}
<link rel="preload" as="style" href="{{asset "built/screen.css"}}">
<link rel="preload" as="script" href="{{asset "built/casper.js"}}">
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
this will take care of caching and cache-busting automatically --}}