Skip to content

Commit

Permalink
feat: add link to repo to SSR shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Nov 15, 2023
1 parent 9fdbf2c commit 9dcfb8c
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 9dcfb8c

Please sign in to comment.