From 4c84e203859be34da582f51371adc6eeb370b518 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 3 Feb 2024 15:48:11 -0500 Subject: Navbar now uses preact instead --- src/layouts/Default.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layouts/Default.astro') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 17e9a92..db94dfd 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -6,7 +6,7 @@ interface Props { const { title = "Andrew Lee", description = "Andrew Lee Website" } = Astro.props; import { ViewTransitions } from 'astro:transitions'; -import Navbar from '../components/Navbar.vue'; +import Navbar from '../components/Navbar.jsx'; const date = new Date(); --- -- cgit v1.2.3