Skip to content

Commit

Permalink
Merge pull request #1287 from V4Fire/dimeliora/title-on-hydration-fix
Browse files Browse the repository at this point in the history
fix: add conditional render of the page title
  • Loading branch information
Dimeliora authored May 30, 2024
2 parents 3fc9118 + 5dee163 commit 1f7e519
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/super/i-static-page/i-static-page.html.ss
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@
+= h.getFaviconsDecl(canInlineSourceCode, Boolean(config.webpack.dynamicPublicPath()))

- block title
< title
{title}
- if !HYDRATION
< title
{title}

- block assets
+= h.getAssetsDecl({inline: canInlineSourceCode && !assetsRequest, wrap: true})
Expand Down

0 comments on commit 1f7e519

Please sign in to comment.