Skip to content

Commit

Permalink
⚡ update footer hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
diepoe committed Oct 10, 2021
1 parent d330bff commit bb736cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ const {description} = Astro.props
<slot />
</main>
</div>
<Foot />
<Foot client:visible />
</body>
</html>

1 comment on commit bb736cd

@vercel
Copy link

@vercel vercel bot commented on bb736cd Oct 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.