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 3d5d3fa commit 467a8fc
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 @@ -5,7 +5,7 @@ import Header from "@Component/Header.astro";
import "@Stylesheet/Base.css";
import { Head } from "astro-capo";
import { ViewTransitions } from "astro:transitions";
import { ClientRouter } from "astro:transitions";
const {
Font = [],
Expand Down Expand Up @@ -125,7 +125,7 @@ const Link = (Link: string[] = []) =>
/>
<meta name="theme-color" content="#eaeaea" />

<ViewTransitions />
<ClientRouter />
</Head>
<body class="flex grow flex-col">
<div id="header" class="grow">
Expand Down

0 comments on commit 467a8fc

Please sign in to comment.