From bef7bfad876fb37f6e337a699174c499c43abf33 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 18 Sep 2025 01:41:42 -0400 Subject: Revamped project page; Switch to React; Updated pkgs --- src/layouts/Default.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 95ceeaf..368f089 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -5,6 +5,7 @@ interface Props { } const { title = "Andrew Lee", description = "Andrew Lee Website" } = Astro.props; +import { ClientRouter } from "astro:transitions"; import Navbar from '../components/Navbar.svelte'; const date = new Date(); --- @@ -40,15 +41,15 @@ const date = new Date(); - + {title} -
+
-- cgit v1.2.3