Skip to content

Commit

Permalink
Merge pull request #32 from AurelienLourot/aurelien/feature/vike-link…
Browse files Browse the repository at this point in the history
…-inside-ssr-shell

feat: add link to repo to SSR shell
  • Loading branch information
magne4000 authored Nov 15, 2023
2 parents 9fdbf2c + 9dcfb8c commit 22d01f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vike-solid/renderer/+onRenderHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const onRenderHtml: OnRenderHtmlAsync = async (
<body>
<div id="page-view">${pipe}</div>
</body>
<!-- built with https://github.com/vikejs/vike-solid -->
</html>`;

return documentHtml;
Expand Down

0 comments on commit 22d01f3

Please sign in to comment.