chore: hide the Search page
Hide the search page until I can finish styling it properly.
This commit is contained in:
parent
4f7d3e14e9
commit
7f4358ebf8
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ const footerLinks = [
|
||||||
title: "Daily list",
|
title: "Daily list",
|
||||||
href: "/daily",
|
href: "/daily",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Search",
|
|
||||||
href: "/search",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, "");
|
const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, "");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue