Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 20, 2024
1 parent ed66357 commit 97ab608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-vue/src/integration/onRenderHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function getPageHtml(pageContext: PageContextServer) {
// - https://github.com/vikejs/vike-vue/issues/141
await callCumulativeHooks(pageContext.config.onBeforeRenderHtml, pageContext)

if (!!pageContext.Page) {
if (pageContext.Page) {
assert(app)

if (!pageContext.config.stream) {
Expand Down

0 comments on commit 97ab608

Please sign in to comment.