feat: Allow injection of raw HTML strings inside <head>
This commit is contained in:
parent
965ba1ef76
commit
ce26d8d3cb
3 changed files with 15 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ html
|
|||
link(rel='stylesheet' href=`/static-assets/fonts/sharkey-icons/style.css?version=${version}`)
|
||||
link(rel='modulepreload' href=`/vite/${entry.file}`)
|
||||
|
||||
| !{customHead}
|
||||
|
||||
if !config.frontendManifestExists
|
||||
script(type="module" src="/vite/@vite/client")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue