Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Dec 27, 2023
1 parent a5d8959 commit 2c24c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-angular/renderer/onRenderHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const onRenderHtml: OnRenderHtmlAsync = async (pageContext): ReturnType<OnRender
</html>`
}

let documentHtml: string | ReturnType<typeof escapeInject>
let documentHtml: ReturnType<typeof escapeInject>
const Layout = pageContext.config.Layout ?? undefined
if (Page) {
// Angular needs the whole html, because it injects things to head
Expand Down

0 comments on commit 2c24c44

Please sign in to comment.