From 5542c18af3cebe63bcbd5fd6d54625af3ca4f2fe Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 25 Jan 2024 15:22:02 +0000 Subject: Now displaying blog posts --- src/layouts/Default.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 185a807..b2e383b 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -5,7 +5,7 @@ interface Props { } const { title = "Andrew Lee", description = "Andrew Lee Website" } = Astro.props; -import { ViewTransitions, slide } from 'astro:transitions'; +import { ViewTransitions } from 'astro:transitions'; import Navbar from '../components/Navbar.vue'; --- @@ -38,7 +38,7 @@ import Navbar from '../components/Navbar.vue'; -
+