From fbc81246465fb189ae6335904546002d9dfdca54 Mon Sep 17 00:00:00 2001 From: Araozu Date: Thu, 21 Nov 2024 21:45:03 -0500 Subject: [PATCH] fix: display error messages if building on dev without index page --- src/components/Navbar.astro | 6 ------ src/layouts/NewDocsLayout.astro | 6 +++++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5999457..03ef9b3 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -36,12 +36,6 @@ const { showSidebarButton = true } = Astro.props; > Standard Library -