mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
fix: add critical css
This commit is contained in:
parent
ae0fd1b108
commit
1a6a4cb248
@ -35,7 +35,7 @@ export async function render (url, ctx: any) {
|
|||||||
HTML_ATTRS: '',
|
HTML_ATTRS: '',
|
||||||
HEAD_ATTRS: '',
|
HEAD_ATTRS: '',
|
||||||
BODY_ATTRS: '',
|
BODY_ATTRS: '',
|
||||||
HEAD: rendered.renderResourceHints() + rendered.renderStyles(),
|
HEAD: rendered.renderResourceHints() + rendered.renderStyles() + (ssrContext.styles || ''),
|
||||||
APP: _html + state + rendered.renderScripts()
|
APP: _html + state + rendered.renderScripts()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user