Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Nov 18, 2023
1 parent 359d9a2 commit 603e772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/src/layout/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import BaseHead from './BaseHead.astro';
<html lang="ja">
<BaseHead />
<body>
<slot />
<div id="__next" style={{ display: "contents" }}>
<slot />
</div>
</body>
</html>

0 comments on commit 603e772

Please sign in to comment.