mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
perf(nuxt): remove ssrContext.styles
reference (from unused vue-style-loader
)
This commit is contained in:
parent
d66d68cd7d
commit
2d1ab61b2e
@ -467,7 +467,7 @@ export default defineRenderHandler(async (event): Promise<Partial<RenderResponse
|
||||
const htmlContext: NuxtRenderHTMLContext = {
|
||||
island: isRenderingIsland,
|
||||
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
|
||||
head: normalizeChunks([headTags, ssrContext.styles]),
|
||||
head: normalizeChunks([headTags]),
|
||||
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
|
||||
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
|
||||
body: [
|
||||
|
Loading…
Reference in New Issue
Block a user