Skip to content
Snippets Groups Projects
Commit 9c5dfd2d authored by tamaina's avatar tamaina
Browse files

chore(backend): fix duplicated css preload

parent ceba976f
No related branches found
No related tags found
No related merge requests found
......@@ -37,11 +37,9 @@ html
link(rel='stylesheet' href='/assets/fontawesome/css/all.css')
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
each href in clientEntry.css
link(rel='preload' href=`/assets/${href}` as='style')
each href in clientEntry.css
link(rel='preload' href=`/assets/${href}` as='style')
if Array.isArray(clientEntry.css)
each href in clientEntry.css
link(rel='preload' href=`/assets/${href}` as='style')
title
block title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment