Skip to content

Commit 2d1ab61

Browse files
committed
perf(nuxt): remove ssrContext.styles reference (from unused vue-style-loader)
1 parent d66d68c commit 2d1ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/core/runtime/nitro/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export default defineRenderHandler(async (event): Promise<Partial<RenderResponse
467467
const htmlContext: NuxtRenderHTMLContext = {
468468
island: isRenderingIsland,
469469
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
470-
head: normalizeChunks([headTags, ssrContext.styles]),
470+
head: normalizeChunks([headTags]),
471471
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
472472
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
473473
body: [

0 commit comments

Comments
 (0)