chore: hide the Search page

Hide the search page until I can finish styling it properly.
This commit is contained in:
Oliver Davies 2023-10-19 15:37:07 +02:00
parent 4f7d3e14e9
commit 7f4358ebf8

View file

@ -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(/\/$/, "");