From 57965c763f38db0b7f48cae40169e52274a936cb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 7 Jan 2024 22:20:55 -0500 Subject: Added specs; Modified CSS --- src/layouts/Default.astro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/layouts') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index b54dc35..7b56234 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -4,6 +4,7 @@ interface Props { } const { title } = Astro.props; +import { ViewTransitions } from 'astro:transitions'; import Navbar from '../components/Navbar.astro'; --- @@ -18,6 +19,7 @@ import Navbar from '../components/Navbar.astro'; + {title} -- cgit v1.2.3