We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssrContext.styles
vue-style-loader
1 parent d66d68c commit 2d1ab61Copy full SHA for 2d1ab61
packages/nuxt/src/core/runtime/nitro/renderer.ts
@@ -467,7 +467,7 @@ export default defineRenderHandler(async (event): Promise<Partial<RenderResponse
467
const htmlContext: NuxtRenderHTMLContext = {
468
island: isRenderingIsland,
469
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
470
- head: normalizeChunks([headTags, ssrContext.styles]),
+ head: normalizeChunks([headTags]),
471
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
472
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
473
body: [
0 commit comments