From 7f4358ebf8e028b34e59bd95e31f5b168c0e89c4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 19 Oct 2023 15:37:07 +0200 Subject: [PATCH] chore: hide the Search page Hide the search page until I can finish styling it properly. --- src/layouts/Layout.astro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 68b1b344e..c621b6007 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -33,10 +33,6 @@ const footerLinks = [ title: "Daily list", href: "/daily", }, - { - title: "Search", - href: "/search", - }, ]; const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, "");