diff --git a/src/pages/search.astro b/src/pages/search.astro index fd75ad9..7bca601 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -7,8 +7,6 @@ import Footer from "@components/Footer.astro"; import Search from "@components/Search"; import type { Frontmatter } from "src/types"; -localStorage.setItem("myCat", "Tom"); - // Retrieve all articles const posts = await Astro.glob("../contents/*.md");