perf: ⚡ load icons css last
This commit is contained in:
parent
fe58a7b561
commit
54db70a216
|
@ -38,7 +38,6 @@ html
|
|||
link(rel='prefetch' href=`/static-assets/badges/info.png?${ timestamp }`)
|
||||
link(rel='prefetch' href=`/static-assets/badges/not-found.png?${ timestamp }`)
|
||||
link(rel='prefetch' href=`/static-assets/badges/error.png?${ timestamp }`)
|
||||
link(rel='stylesheet' href='/assets/phosphor/icons.css')
|
||||
link(rel='stylesheet' href=`/static-assets/instance.css?${ timestamp }`)
|
||||
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
|
||||
|
||||
|
@ -48,6 +47,8 @@ html
|
|||
each href in clientEntry.css
|
||||
link(rel='preload' href=`/assets/${href}` as='style')
|
||||
|
||||
link(rel='stylesheet' href='/assets/phosphor/icons.css')
|
||||
|
||||
title
|
||||
block title
|
||||
= title || 'Calckey'
|
||||
|
|
Loading…
Reference in New Issue