Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update packages/nuxt/src/core/runtime/nitro/renderer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Głowala <[email protected]>
  • Loading branch information
pi0 and DamianGlowala authored Aug 2, 2022
1 parent 1ebfec7 commit ed33e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/core/runtime/nitro/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default eventHandler(async (event) => {
bodyAppend: normalizeChunks([
`<script>window.__NUXT__=${devalue(ssrContext.payload)}</script>`,
_rendered.renderScripts(),
// Note: bodyScripts may contain other tags other than <script>
// Note: bodyScripts may contain tags other than <script>
renderedMeta.bodyScripts
])
}
Expand Down

0 comments on commit ed33e1e

Please sign in to comment.