Skip to content

Commit

Permalink
remove useless wrapping style tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjoy2Live committed Jun 16, 2024
1 parent df149b8 commit 7497cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-react/src/renderer/onRenderHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const onRenderHtml: OnRenderHtmlAsync = async (
${headHtml}
${faviconTag}
<style>${dangerouslySkipEscape(sheet.getStyleTags())}</style>
${dangerouslySkipEscape(sheet.getStyleTags())}
</head>
<body>
<div id="page-view">${pageView}</div>
Expand Down

0 comments on commit 7497cfe

Please sign in to comment.