Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2024
1 parent 88ded7b commit 568d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import "@Stylesheet/Base.css";
import { Head } from "astro-capo";
import { ViewTransitions } from "astro:transitions";
import { ClientRouter } from "astro:transitions";
// TODO Place your title and description here
const { Title = "", Description = "" } = Astro.props;
Expand Down Expand Up @@ -52,7 +52,7 @@ interface Props {
<slot name="Head" />

<!-- Favicon -->
<ViewTransitions />
<ClientRouter />
</Head>
<body>
<div class="grow">
Expand Down

0 comments on commit 568d03a

Please sign in to comment.