From 568d03a1806dccda90f694e356020113d958d2ec Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 18 Oct 2024 00:26:28 +0300 Subject: [PATCH] --- Source/Layout/Base.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Layout/Base.astro b/Source/Layout/Base.astro index 0b6cacc6..629f0c59 100644 --- a/Source/Layout/Base.astro +++ b/Source/Layout/Base.astro @@ -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; @@ -52,7 +52,7 @@ interface Props { - +